From c48d1b79aa848b39b8983d57005d49ad375fb38d Mon Sep 17 00:00:00 2001 From: TotallyLeGIT Date: Thu, 27 Aug 2020 23:01:45 +0200 Subject: [PATCH] fix IFS var typo --- updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.sh b/updater.sh index a8b5b0f..673441c 100755 --- a/updater.sh +++ b/updater.sh @@ -238,7 +238,7 @@ add_override () { do add_override "$f" done - IFS=$SAVEIFS # restore $IFS + IFS=$FSAVEIFS # restore $IFS else echo -e "${ORANGE}Warning: Could not find override file:${NC} ${input}" fi