Skip to content

Commit

Permalink
Don’t show full path in “Make Script Executable” tool tips
Browse files Browse the repository at this point in the history
  • Loading branch information
sorbits committed Jul 8, 2014
1 parent d2d78c5 commit 6ef6974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Commands/Make Current File Executable.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<key>command</key>
<string>#!/bin/bash
if chmod +x "${TM_FILEPATH}" &amp;&amp; [[ -x "${TM_FILEPATH}" ]]
then echo "${TM_FILEPATH} is now executable"
else echo "Failed making ${TM_FILEPATH} executable"
then echo "‘${TM_DISPLAYNAME}’ is now executable."
else echo "Failed making ‘${TM_DISPLAYNAME}’ executable"
fi</string>
<key>input</key>
<string>none</string>
Expand Down

0 comments on commit 6ef6974

Please sign in to comment.