Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
noniq committed Jul 9, 2014
2 parents be3a030 + 6ef6974 commit fc526cd
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 fc526cd

Please sign in to comment.