--- tests/m4sh.at | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/m4sh.at b/tests/m4sh.at index 966ca9a..2b55bc9 100644 --- a/tests/m4sh.at +++ b/tests/m4sh.at @@ -54,7 +54,7 @@ if $2; then fi _AS@&[EMAIL PROTECTED] echo "Line: $3" -grep 'Line: .*$4' $[0] >/dev/null || +grep 'Line: .*$4' "$[0]" >/dev/null || AS@&[EMAIL PROTECTED]([cannot find original script]) exit 0 ]]) -- 1.5.3.6.950.g92b7b
