Skip to content

Commit

Permalink
Merge pull request #311 from smee/patch-1
Browse files Browse the repository at this point in the history
Prevent error for spaces in $SCRIPT path.
  • Loading branch information
technomancy committed Nov 1, 2011
2 parents bcb3098 + 9f9b78b commit 2dabd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lein
Expand Up @@ -179,7 +179,7 @@ elif [ "$1" = "upgrade" ]; then
$HTTP_CLIENT "$TARGET" "$LEIN_SCRIPT_URL" \
&& mv "$TARGET" "$SCRIPT" \
&& chmod +x "$SCRIPT" \
&& echo && $SCRIPT self-install && echo && echo "Now running" `$SCRIPT version`
&& echo && "$SCRIPT" self-install && echo && echo "Now running" `$SCRIPT version`
exit $?;;
*)
echo "Aborted."
Expand Down

0 comments on commit 2dabd99

Please sign in to comment.