mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Fix update script so it will work when run in a path with spaces
This commit is contained in:
parent
9627229e6d
commit
8b47b81a87
1 changed files with 1 additions and 1 deletions
2
update
2
update
|
@ -11,7 +11,7 @@
|
||||||
# #
|
# #
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
cd $(dirname "$0")
|
cd "$(dirname $0)"
|
||||||
|
|
||||||
### BEGIN: VARIABLES ###
|
### BEGIN: VARIABLES ###
|
||||||
# user variables (these can be edited)
|
# user variables (these can be edited)
|
||||||
|
|
Loading…
Reference in a new issue