Skip to content

Commit

Permalink
Merge pull request #221 from fractastical/patch-1
Browse files Browse the repository at this point in the history
remove unnecessary "."
  • Loading branch information
zck committed Jun 1, 2023
2 parents 6f3fecd + 24355ec commit 85e2ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ case $(uname) in
"Darwin")
if ! which greadlink >&/dev/null
then
echo 'Please do "brew install coreutils."'
echo 'Please do "brew install coreutils"'
exit 1
fi
arc_dir=$(dirname "$(greadlink -f "$0")")
Expand Down

0 comments on commit 85e2ebb

Please sign in to comment.