summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rbot b/bin/rbot
index 89c8688d..cee5974a 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -94,7 +94,7 @@ if $version =~ /git/
rev << ")"
rescue => e
puts e.inspect
- end
+ end if File.directory?(File.join(up, '.svn'))
$version += rev
end
end