1
0
Fork 0

We just need one \ here...

This commit is contained in:
Willi Goesgens 2015-02-24 10:19:31 +01:00
parent 52b200e870
commit 255d82bec5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ fi
if test -n "$ORIGINAL_PATH"; then
# running in cygwin...
PS='\\'
PS='\'
else
PS='/'
fi;