From 6a69201821b2d5266cd269582bdee04e3a03ff95 Mon Sep 17 00:00:00 2001 From: Dave Heller Date: Fri, 13 Oct 2017 22:45:49 -0400 Subject: Fix careless setting of IFS Signed-off-by: Dave Heller --- crtSignedContainer.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'crtSignedContainer.sh') diff --git a/crtSignedContainer.sh b/crtSignedContainer.sh index 2c0d998..fd512e8 100755 --- a/crtSignedContainer.sh +++ b/crtSignedContainer.sh @@ -432,6 +432,7 @@ then f="${f# }"; f="${f% }" # strip leading or trailing space importArchive "$f" done + unset IFS fi # -- cgit v1.2.1