Skip to content

Commit 91d8a4e

Browse files
Jon PalmerJon Palmer
Jon Palmer
authored and
Jon Palmer
committed
updates
1 parent 97a7378 commit 91d8a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ else
3434
pre_vers=$(ls ../../ | sort | tail -2 | head -1)
3535
if [[ "$OSTYPE" == "darwin"* ]]; then
3636
outputdir=$(readlink ../../$pre_vers/libexec/DB)
37-
else:
38-
outputdir=$(realink -f ../../$pre_vers/libexec/DB)
37+
else
38+
outputdir=$(readlink -f ../../$pre_vers/libexec/DB)
3939
fi
4040
echo "Symlink found to $outputdir, setting up DB"
4141
else

0 commit comments

Comments
 (0)