Skip to content

Commit daa107a

Browse files
Merge pull request #33 from ko-dever/patch-1
Use full filepath for chmod
2 parents e8edc40 + 6721d01 commit daa107a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DIR="$(cd "$(dirname "$0")" || return; pwd -P)"
99
PLIST="com.stevegrunwell.asimov.plist"
1010

1111
# Verify that Asimov is executable.
12-
chmod +x ./asimov
12+
chmod +x "${DIR}/asimov"
1313

1414
# Symlink Asimov into /usr/local/bin.
1515
echo -e "\\033[0;36mSymlinking ${DIR} to /usr/local/bin/asimov\\033[0m"

0 commit comments

Comments
 (0)