Skip to content
Extraits de code Groupes Projets
Valider ed2429ed rédigé par Tigriz's avatar Tigriz
Parcourir les fichiers

marixpack.sh: fixing issue with whitespaces in directories

parent 65c100cd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -18,13 +18,13 @@ if test $# != 3 ; then
fi
# Checking if ImageMagick is installed
if ! command -v convert &> /dev/null; then
if ! command -v magick &> /dev/null; then
echo "$0:ERROR: magick could not be found"
exit
fi
# Changing directory to work directly in it
cd $3
cd "$3"
# Setting variables
dir=$(pwd)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter