mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 07:36:24 +01:00
Update make.sh
This commit is contained in:
parent
dffaf7a0cf
commit
08f1a29bb0
2
make.sh
2
make.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user