From bd99bd1cf53edcbc63ee83c2124d2995bc08ea48 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Thu, 28 Aug 2014 01:57:13 +0200 Subject: [PATCH] swiftshell.bash now handles script paths containing spaces. --- swiftshell.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiftshell.bash b/swiftshell.bash index 67f74ff..4fa41cb 100755 --- a/swiftshell.bash +++ b/swiftshell.bash @@ -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 "$@"