summaryrefslogtreecommitdiff
path: root/lib/shell/system-command.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-06 15:49:38 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-06 15:49:38 +0000
commit6cdef2dc7e8a4098727de5befff8b2496fa71430 (patch)
tree9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /lib/shell/system-command.rb
parentf38cc001a7ca64f7f613b5021b1714a2ee3318cb (diff)
* $Date$ keyword removed to avoid inclusion of locale dependent
string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/shell/system-command.rb')
-rw-r--r--lib/shell/system-command.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/shell/system-command.rb b/lib/shell/system-command.rb
index 4bf4f2b86a..da5d4cb898 100644
--- a/lib/shell/system-command.rb
+++ b/lib/shell/system-command.rb
@@ -2,7 +2,6 @@
# shell/system-command.rb -
# $Release Version: 0.7 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --