Skip to content

Commit

Permalink
Improve error message when bash is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Dec 12, 2023
1 parent 2e99da7 commit d5002f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TestFramework/gnustep-tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
# The exit value of the script is 0 if there are no failures, 1 otherwise.

if test "@MISSINGBASH@" = "YES"; then
echo "gnustep-make unable to fnind bash at configure time."
echo "test framework cannot run without bash installed."
echo "gnustep-make was unable to find bash at configure time."
echo "The test framework cannot run without bash installed."
echo "Please install bash and reconfigure/reinstall gnustep-make."
exit 0
fi

Expand Down

0 comments on commit d5002f8

Please sign in to comment.