Show consistent paths for missing scripts in check_requirements
This commit is contained in:
parent
5d0c1f38ef
commit
9622fcccdb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue