summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGenDeb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/GenDeb.sh b/GenDeb.sh
index e4fc44d8..badad05b 100755
--- a/GenDeb.sh
+++ b/GenDeb.sh
@@ -11,7 +11,7 @@ then
exit;
fi
-if [ `automake --version | grep "1.9"` == "" ]
+if [ "`automake --version | grep \"1.9\"`" == "" ]
then
echo "Your automake version is inferior to 1.9.";
echo "Installing won't work. Please do :";