Skip to content

Commit

Permalink
more bootstrap.sh fixes (should work better in more shells now)
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Sep 27, 2012
1 parent b1b396b commit f29bc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ die() {
exit 1
}

function lnif {
lnif() {
if [ ! -e $2 ] ; then
ln -s $1 $2
fi
Expand Down

0 comments on commit f29bc3d

Please sign in to comment.