forked from pool/aspell
10 lines
187 B
Diff
10 lines
187 B
Diff
--- scripts/run-with-aspell.create
|
|
+++ scripts/run-with-aspell.create
|
|
@@ -3,5 +3,5 @@
|
|
echo "#!/bin/sh"
|
|
echo "PATH=$1:\$PATH"
|
|
echo "export PATH"
|
|
-echo "exec \$@"
|
|
+echo "exec \"\$@\""
|
|
|