diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-21 10:31:05 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-21 10:31:31 +0200 |
commit | 34bf735f9e69adb741706d874f50fab586f83ccf (patch) | |
tree | 6a96c0438f406fd10d51f9fd648f1092089d89cc /bin | |
parent | 4440a6d38f74c169e5b3e0e83b0fa44bea820a33 (diff) |
* initialize $version_timestamp to suppress a warning
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ require 'getoptlong' require 'fileutils' $version ||= "0.9.11-git" +$version_timestamp ||= 0 $opts = Hash.new orig_opts = ARGV.dup |