From 34bf735f9e69adb741706d874f50fab586f83ccf Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 21 Jun 2008 10:31:05 +0200 Subject: * initialize $version_timestamp to suppress a warning --- bin/rbot | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/rbot b/bin/rbot index d2f53eb4..26fb79ab 100755 --- a/bin/rbot +++ b/bin/rbot @@ -48,6 +48,7 @@ require 'getoptlong' require 'fileutils' $version ||= "0.9.11-git" +$version_timestamp ||= 0 $opts = Hash.new orig_opts = ARGV.dup -- cgit v1.2.3