Fix update script so it will work when run in a path with spaces

This commit is contained in:
Kevin MacMartin 2014-11-20 05:18:14 -05:00
parent 9627229e6d
commit 8b47b81a87

2
update
View file

@ -11,7 +11,7 @@
# #
##############################################################
cd $(dirname "$0")
cd "$(dirname $0)"
### BEGIN: VARIABLES ###
# user variables (these can be edited)