Skip to content

Commit

Permalink
Fix clause termination (yarnpkg#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
philtay authored and bestander committed Jan 26, 2017
1 parent e25633a commit 6a29bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/yarn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ basedir=$(dirname "$(readlink "$0" || echo "$argv0")")
use_winpty=0

case "$(uname -s)" in
Linux) basedir=$(dirname "$(readlink -f "$0" || echo "$argv0")")
Linux) basedir=$(dirname "$(readlink -f "$0" || echo "$argv0")");;
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
MSYS*|MINGW*) use_winpty=1;;
esac
Expand Down

0 comments on commit 6a29bfe

Please sign in to comment.