Skip to content

Commit

Permalink
MB-11106: handle paths with spaces
Browse files Browse the repository at this point in the history
Change-Id: Ide05143124ce41737d7b845af9c4ef22b006d0bc
Reviewed-on: http://review.couchbase.org/37631
Tested-by: Chris Hillery <ceej@couchbase.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
ceejatec authored and trondn committed May 28, 2014
1 parent 8ca60c1 commit db48e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/wrapper
Expand Up @@ -2,7 +2,7 @@

CWD="`pwd`"
D0="`dirname "$0"`"
cd $D0/../lib/python
cd "$D0/../lib/python"
root="`pwd`"
cd "$CWD"

Expand Down

0 comments on commit db48e06

Please sign in to comment.