We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8edc40 + 6721d01 commit daa107aCopy full SHA for daa107a
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