File aspell-quotes.patch of Package aspell.35382
--- a/scripts/run-with-aspell.create +++ b/scripts/run-with-aspell.create @@ -3,5 +3,5 @@ echo "#!/bin/sh" echo "PATH=$1:\$PATH" echo "export PATH" -echo "exec \$@" +echo "exec \"\$@\""
--- a/scripts/run-with-aspell.create +++ b/scripts/run-with-aspell.create @@ -3,5 +3,5 @@ echo "#!/bin/sh" echo "PATH=$1:\$PATH" echo "export PATH" -echo "exec \$@" +echo "exec \"\$@\""