Skip to content

Commit

Permalink
wrong permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mats cronqvist committed Jul 31, 2012
1 parent 520a77b commit e44b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/bin/sherk 100644 → 100755
Expand Up @@ -22,7 +22,7 @@ fi
n=4
while [ 0 -lt "$n" ]; do SPATH=`dirname $SPATH`; let n=n-1; done
PATHS=""
for p in `ls -d $SPATH/*/ebin`; do
for p in `ls -d $SPATH/ebin`; do
PATHS=$PATHS" -pa $p"
done

Expand Down

0 comments on commit e44b0bc

Please sign in to comment.