We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8edc40 commit 6721d01Copy full SHA for 6721d01
install.sh
@@ -9,7 +9,7 @@ DIR="$(cd "$(dirname "$0")" || return; pwd -P)"
9
PLIST="com.stevegrunwell.asimov.plist"
10
11
# Verify that Asimov is executable.
12
-chmod +x ./asimov
+chmod +x "${DIR}/asimov"
13
14
# Symlink Asimov into /usr/local/bin.
15
echo -e "\\033[0;36mSymlinking ${DIR} to /usr/local/bin/asimov\\033[0m"
0 commit comments