We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ad74b commit 97a7378Copy full SHA for 97a7378
setup.sh
@@ -35,7 +35,8 @@ else
35
if [[ "$OSTYPE" == "darwin"* ]]; then
36
outputdir=$(readlink ../../$pre_vers/libexec/DB)
37
else:
38
- outputdir=$(realink -f ../../$pre_vers/libexec/DB)
+ outputdir=$(realink -f ../../$pre_vers/libexec/DB)
39
+ fi
40
echo "Symlink found to $outputdir, setting up DB"
41
else
42
echo "HomeBrew installation not detected, specify DB installation directory"
0 commit comments