diff options
-rwxr-xr-x | configure | 6 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -101,6 +101,12 @@ if ($arg eq "-update") { } } +if ($arg eq "-svnupdate") { + system("svn update"); + system("perl configure -update"); + exit; +} + if ($arg eq "-modupdate") { # Does the cache file exist? if (!getcache()) { diff --git a/src/svn-rev.sh b/src/svn-rev.sh index 5e7dbd4a6..a2e94d407 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3631 +echo 3644 |