diff options
author | Ze Libertine Gamer <zlg@zlg.space> | 2016-10-21 03:17:35 -0700 |
---|---|---|
committer | Ze Libertine Gamer <zlg@zlg.space> | 2016-10-21 03:17:35 -0700 |
commit | 1e6ce821f04beb4944327d13f506449015ebd4a4 (patch) | |
tree | 474fca49ab234efcdc3aa224e98fc01960849ca0 /scripts | |
parent | updater.sh: add recursion, error handling (diff) | |
download | vgstash-1e6ce821f04beb4944327d13f506449015ebd4a4.tar.gz vgstash-1e6ce821f04beb4944327d13f506449015ebd4a4.tar.bz2 vgstash-1e6ce821f04beb4944327d13f506449015ebd4a4.tar.xz vgstash-1e6ce821f04beb4944327d13f506449015ebd4a4.zip |
Add quotes to correct behavior for arglist
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/updater.sh | 2 |
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 "$*" |