apparently I used bash syntax

This commit is contained in:
James Walker 2012-02-16 21:14:35 -05:00
parent d2e16b6b6b
commit fc4be3af73

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DOTFILES=`cd $(dirname $0); pwd`
@ -17,4 +17,4 @@ for FILE in $DOTFILES/*; do
ln -vsf $FILE $TARGET
fi
fi
done
done