Show consistent paths for missing scripts in check_requirements

This commit is contained in:
Dan Stillman 2023-05-22 01:25:17 -04:00
parent 5d0c1f38ef
commit 9622fcccdb

View file

@ -69,7 +69,7 @@ if [ $platform = "w" ]; then
echo
echo -n "Checking for rcedit: "
which rcedit || { $FAIL_CMD; FAILED=1; echo " -- Install with scripts/fetch_rcedit"; }
which rcedit || { $FAIL_CMD; FAILED=1; echo " -- Install with fetch_rcedit"; }
fi
if [ $platform = "w" ]; then