Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer authored and Jon Palmer committed Apr 11, 2016
1 parent 97a7378 commit 91d8a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ else
pre_vers=$(ls ../../ | sort | tail -2 | head -1)
if [[ "$OSTYPE" == "darwin"* ]]; then
outputdir=$(readlink ../../$pre_vers/libexec/DB)
else:
outputdir=$(realink -f ../../$pre_vers/libexec/DB)
else
outputdir=$(readlink -f ../../$pre_vers/libexec/DB)
fi
echo "Symlink found to $outputdir, setting up DB"
else
Expand Down

0 comments on commit 91d8a4e

Please sign in to comment.