]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
rbot launcher: report local changes on more occasions
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 9 Apr 2007 20:54:39 +0000 (20:54 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 9 Apr 2007 20:54:39 +0000 (20:54 +0000)
bin/rbot

index b7a6207f7e09368189aae6d4ce484704eb63654e..95076eb3911abd64c1d032ab9249cda1797fc54a 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -50,7 +50,7 @@ if $version =~ /svn/
       rev = " (revision #{$1}"
     end
     svn_st = `svn st #{up}`
-    if svn_st =~ /^M /
+    if svn_st =~ /^[MDA] /
       rev << ", local changes"
     end
     rev << ")"