Skip to content
Snippets Groups Projects
Commit bd144015 authored by sof's avatar sof
Browse files

[project @ 1997-03-22 06:32:29 by sof]

Made perl library test non-fatal
parent 74bdbedb
No related merge requests found
......@@ -341,10 +341,10 @@ dnl ** check if perl library is properly installed
if $PerlCmd -e 'do "getopts.pl" || exit(1); exit(0);' > /dev/null 2>&1 ; then
:
else
echo "I think your perl library is misinstalled."
echo "I think your perl library is misinstalled:"
echo "The following script did not work:"
echo ' do "getopts.pl" || exit(1); exit(0);'
exit 1
echo 'But, anyway, we will continue in our quest..'
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