Commit 07b87883 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

correction cd bin/ose pour tenir comptes des espaces dans les arguments des commandes ose (#66396)

parent c7a15c79
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@ APP_DIR="$(dirname "$DIR")"

cd $APP_DIR;

./vendor/bin/laminas $@
 No newline at end of file
./vendor/bin/laminas "$@"
 No newline at end of file