diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-08-06 20:09:03 -0400 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-08-09 19:40:05 +0200 |
commit | 2f929c961f5a7a22e681055987af05f096a067e0 (patch) | |
tree | 963a3ac413d7c64973f237c291aac66549fa0a67 /arch-nspawn.in | |
parent | c2bbcbed64e70b1e92c697be2f17a050a8341f87 (diff) | |
download | devtools32-2f929c961f5a7a22e681055987af05f096a067e0.tar.xz |
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 <eschwartz@archlinux.org>
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'arch-nspawn.in')
-rw-r--r-- | arch-nspawn.in | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |