summaryrefslogtreecommitdiff
path: root/scripts/update_version_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update_version_files.py')
-rwxr-xr-xscripts/update_version_files.py2
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:"