get rid of EOL spaces
[pandora-libraries.git] / testdata / scripts / pnd_make.sh
index 0c03e81..b182819 100755 (executable)
@@ -272,7 +272,7 @@ then
                cecho "ERROR: Your squashfs version is older then version 4, please upgrade to 4.0 or later" $red
                exit 1
        fi
-       mksquashfs $FOLDER $PNDNAME.iso -nopad -no-recovery
+       mksquashfs $FOLDER $PNDNAME.iso -nopad -no-recovery
 else
        check_for_tool mkisofs
        mkisofs -o $PNDNAME.iso -R $FOLDER