Put spaces between the brackets and values

This commit is contained in:
Melchisedech 2022-03-02 23:13:26 +01:00 committed by GitHub
parent 0f307d1fa7
commit bd6afe27ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ ynh_script_progression() {
weight=${weight:-1}
# Always activate time when running inside CI tests
if [$PACKAGE_CHECK_EXEC -eq 1]; then
if [ $PACKAGE_CHECK_EXEC -eq 1 ]; then
time=${time:-1}
else
time=${time:-0}