Skip to content
Snippets Groups Projects
Commit 2335a246 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

release script: Simplify diagnostic.

parent ea949da8
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,9 @@ if [[ -r configure && -r scripts/release/make-release-commit ]]; then
exit 1
fi
else
echo "cannot find configure and/or scripts/release/make-release-commit." >&2
echo "Are you in the correct and autoreconf'ed directory?" >&2
printf "%s\n" \
"cannot find configure and/or scripts/release/make-release-commit." \
"Are you in the correct and autoreconf'ed directory?" >&2
exit 1
fi
#
......
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