Skip to content

Commit

Permalink
Can't use Ruby's puts on a shell script!
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/GTDAlt.tmbundle@4433 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Charilaos Skiadas committed Jul 19, 2006
1 parent 7e6a33a commit 44fdf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Fill Remind File.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>"$TM_BUNDLE_SUPPORT/bin/fill_remind_file.rb"
puts "Your remind files are now filled!"</string>
echo "Your remind files are now filled!"</string>
<key>fallbackInput</key>
<string>document</string>
<key>input</key>
Expand Down

0 comments on commit 44fdf99

Please sign in to comment.