Skip to content

Commit

Permalink
Merge pull request #255 from juergenhoetzel/FIX_WHITESPACE_DIRECTORY
Browse files Browse the repository at this point in the history
Handle directories containing whitespace properly
  • Loading branch information
forki committed Aug 10, 2016
2 parents 0440415 + bf71e76 commit 2a8e19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -2,7 +2,7 @@

set -eu

cd `dirname $0`
cd "$(dirname "$0")"

PAKET_BOOTSTRAPPER_EXE=.paket/paket.bootstrapper.exe
PAKET_EXE=.paket/paket.exe
Expand Down

0 comments on commit 2a8e19a

Please sign in to comment.