We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348902a commit bdaca39Copy full SHA for bdaca39
autogen.sh
@@ -6,9 +6,9 @@ topdir=$(dirname "$0")
6
cd "$topdir"
7
8
CURRENT_VERSION_FILE=./build/current-version
9
-if [ ! -f $CURRENT_VERSION_FILE ] # don't ruin file that might come from build-git-rpm.sh
+if [ ! -f $CURRENT_VERSION_FILE ] # don't ruin file that might come from build-rpm.sh
10
then
11
- source ./build/versioning.sh
+ . ./build/versioning.sh
12
echo ${VERSION}-${VER_GIT} > $CURRENT_VERSION_FILE
13
echo $GIT_REF >> $CURRENT_VERSION_FILE
14
fi
0 commit comments