* if no version is to be found, and a ready made revision file is already there,...
authorWilfried Göesgens <willi@citadel.org>
Tue, 20 Jul 2010 20:26:42 +0000 (20:26 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 20 Jul 2010 20:26:42 +0000 (20:26 +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