fix(script): fix formatting

This commit is contained in:
Mayeul@Zama
2024-03-14 16:16:09 +01:00
committed by mayeul-zama
parent 26aa20a78a
commit 1647634c8e
5 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ BUILD_ONLY=0
WITH_FEATURE_GPU="OFF"
while [ -n "$1" ]
do
case "$1" in
case "$1" in
"--help" | "-h" )
usage
exit 0
@@ -32,8 +32,8 @@ do
echo "Unknown param : $1"
exit 1
;;
esac
shift
esac
shift
done
CURR_DIR="$(dirname "$0")"