Skip to content
Snippets Groups Projects
Commit abfbe2ba authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Minor tweaks.

parent d50eb2e9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if test ! -e $RELNAME/build/version.sh ; then
exit 1
fi
$RELNAME/build/version.sh
. $RELNAME/build/version.sh
tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
......@@ -50,4 +50,5 @@ md5 $RELNAME.tgz > $RELNAME.md5
rm -f $RELNAME.tar
ls -l $RELNAME.*
cat $RELNAME/build/version
echo "Made $OL_STRING as $RELNAME.tgz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment