* fix mk_svn_revision in trunk too.
authorWilfried Göesgens <willi@citadel.org>
Thu, 29 Jul 2010 17:53:35 +0000 (17:53 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 29 Jul 2010 17:53:35 +0000 (17:53 +0000)
citadel/scripts/mk_svn_revision.sh

index 35ad0dc94af1ed068e4a8206b8520a5645e2f6f4..2c5e1e26e6572b06688b699e3c7911c3c45a6954 100755 (executable)
@@ -31,6 +31,10 @@ else
        BUILD="GIT: $BRANCH : $TAG"
        echo "This code base git-revision: $BUILD"
        CAN_BUILD_SVN_REVISION="yes"
+    else
+       if test -f $C_FILE; then
+           exit
+       fi
     fi
 fi