From 2f929c961f5a7a22e681055987af05f096a067e0 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 6 Aug 2019 20:09:03 -0400 Subject: [PATCH] fixup commit "arch-nspawn: get all mirrors from host" In commit d9b73504484da7e185dc590ef13d5f31942f6051, a line was deleted that had a shellcheck ignore marker, but the marker itself was left in (and had nothing to do). So, remove it. Signed-off-by: Eli Schwartz Signed-off-by: Levente Polyak --- arch-nspawn.in | 1 - 1 file changed, 1 deletion(-) diff --git a/arch-nspawn.in b/arch-nspawn.in index 3d03c91..42f7779 100644 --- a/arch-nspawn.in +++ b/arch-nspawn.in @@ -60,7 +60,6 @@ fi # shellcheck disable=2016 host_mirrors=($($pacconf_cmd --repo extra Server 2> /dev/null | sed -r 's#(.*/)extra/os/.*#\1$repo/os/$arch#')) -# shellcheck disable=2016 # {{{ functions build_mount_args() {