mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-10 13:44:21 +03:00
Add a specific error message to bootstrap.sh
This commit is contained in:
parent
a95b607d78
commit
c0d5ff8972
@ -6,6 +6,10 @@ echo "bootstrapping SCHEME=$SCHEME IDRIS2_VERSION=$IDRIS2_VERSION"
|
||||
if [ -z "$SCHEME" ] || [ -z "$IDRIS2_VERSION" ]
|
||||
then
|
||||
echo "Required ENV not set."
|
||||
if [ -z "$SCHEME" ]
|
||||
then
|
||||
echo "Invoke with SCHEME=[name of chez scheme executable]"
|
||||
fi
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user