aboutsummaryrefslogtreecommitdiff
path: root/scripts/updater.sh
diff options
context:
space:
mode:
authorZe Libertine Gamer <zlg@zlg.space>2016-10-21 03:17:35 -0700
committerZe Libertine Gamer <zlg@zlg.space>2016-10-21 03:17:35 -0700
commit1e6ce821f04beb4944327d13f506449015ebd4a4 (patch)
tree474fca49ab234efcdc3aa224e98fc01960849ca0 /scripts/updater.sh
parentupdater.sh: add recursion, error handling (diff)
downloadvgstash-1e6ce821f04beb4944327d13f506449015ebd4a4.tar.gz
vgstash-1e6ce821f04beb4944327d13f506449015ebd4a4.tar.bz2
vgstash-1e6ce821f04beb4944327d13f506449015ebd4a4.tar.xz
vgstash-1e6ce821f04beb4944327d13f506449015ebd4a4.zip
Add quotes to correct behavior for arglist
Diffstat (limited to '')
-rwxr-xr-xscripts/updater.sh2
1 files changed, 1 insertions, 1 deletions
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 "$*"