Update make.sh

This commit is contained in:
augustin64 2022-06-01 14:45:39 +02:00
parent dffaf7a0cf
commit 08f1a29bb0

View File

@ -151,7 +151,7 @@ else
FLAGS="" FLAGS=""
fi fi
if [[ $1 && $(type "$1") = *"is a shell function"* || $(type "$1") == *"est une fonction"* ]]; then if [[ $1 && $(type "$1") = *"is a"*"function"* || $(type "$1") == *"est une fonction"* ]]; then
$1 ${*:2} # Call the function $1 ${*:2} # Call the function
else else
usage usage