autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/10] * tests/m4sh.at (LINENO): Quote $0.


From: Ralf Wildenhues
Subject: [PATCH 6/10] * tests/m4sh.at (LINENO): Quote $0.
Date: Tue, 4 Dec 2007 22:48:04 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

---
 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@&address@hidden
 echo "Line: $3"
-grep 'Line: .*$4' $[0] >/dev/null ||
+grep 'Line: .*$4' "$[0]" >/dev/null ||
   AS@&address@hidden([cannot find original script])
 exit 0
 ]])
-- 
1.5.3.6.950.g92b7b





reply via email to

[Prev in Thread] Current Thread [Next in Thread]