swiftshell.bash now handles script paths containing spaces.

This commit is contained in:
Kare Morstol
2014-08-28 01:57:13 +02:00
parent cecf62fdda
commit bd99bd1cf5
+1 -1
View File
@@ -20,4 +20,4 @@ fi
SWIFT_FRAMEWORK_ARGUMENTS=${FRAMEWORKS_PATH//:/ -F }
# Pass Swift all the arguments, the first of which is the Swift file to run.
xcrun swift $SWIFT_FRAMEWORK_ARGUMENTS $@
xcrun swift $SWIFT_FRAMEWORK_ARGUMENTS "$@"