Commit aa396f64 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Avoid spaces in babeld version.

parent ce457a79
...@@ -7,7 +7,7 @@ if [ -d .git ] ; then ...@@ -7,7 +7,7 @@ if [ -d .git ] ; then
elif [ -f version ] ; then elif [ -f version ] ; then
version="$(cat version)" version="$(cat version)"
else else
version="(unknown version)" version="unknown"
fi fi
echo "#define BABELD_VERSION \"$version\"" echo "#define BABELD_VERSION \"$version\""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment