This commit is contained in:
minimalic 2024-05-05 05:30:33 +12:00 committed by GitHub
commit e5839a852b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
sake
View File

@ -9,7 +9,7 @@ Executes a SilverStripe command"
exit 1
fi
if ! [ -x "$(command -v which)" ]; then
if ! [ -x "$(type -P which)" ]; then
echo "Error: sake requires the 'which' command to operate." >&2
exit 1
fi