From 1e6ce821f04beb4944327d13f506449015ebd4a4 Mon Sep 17 00:00:00 2001 From: Ze Libertine Gamer Date: Fri, 21 Oct 2016 03:17:35 -0700 Subject: Add quotes to correct behavior for arglist --- scripts/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/updater.sh b/scripts/updater.sh index f240687..8376b34 100755 --- a/scripts/updater.sh +++ b/scripts/updater.sh @@ -109,4 +109,4 @@ main() { esac } -main $* +main "$*" -- cgit v1.2.3-54-g00ecf