Skip to content

Commit

Permalink
make it sh friendly. fix GH #407
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Sep 5, 2014
1 parent e41c27c commit c4d5afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perlbrew-install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

if [ "${PERLBREWURL}" == "" ]; then
if [ "x${PERLBREWURL}" == "x" ]; then
PERLBREWURL=http://gugod.github.io/App-perlbrew/perlbrew
fi

Expand Down

0 comments on commit c4d5afe

Please sign in to comment.