Skip to content

Commit

Permalink
Don't put stuff directly in /usr/local.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 22, 2011
1 parent 62d43ce commit 4e689f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nave.sh
Expand Up @@ -50,7 +50,7 @@ main () {
if [ -d "$HOME" ]; then if [ -d "$HOME" ]; then
NAVE_DIR="$HOME"/.nave NAVE_DIR="$HOME"/.nave
else else
NAVE_DIR=/usr/local/nave NAVE_DIR=/usr/local/lib/nave
fi fi
fi fi
if ! [ -d "$NAVE_DIR" ] && ! mkdir -p -- "$NAVE_DIR"; then if ! [ -d "$NAVE_DIR" ] && ! mkdir -p -- "$NAVE_DIR"; then
Expand Down

0 comments on commit 4e689f6

Please sign in to comment.