diff options
| -rwxr-xr-x | scripts/update_version_files.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/update_version_files.py b/scripts/update_version_files.py index fe914f3917..077120127b 100755 --- a/scripts/update_version_files.py +++ b/scripts/update_version_files.py @@ -12,7 +12,7 @@ import getopt, sys, os, re, commands  from indra.util import llversion  svn = os.path.expandvars("${SVN}") -if not svn: svn = "svn" +if not svn or svn == "${SVN}": svn = "svn"  def usage():      print "Usage:" | 
