]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: quote `like this', not 'like this', in a couple of tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 22 Jun 2012 21:18:54 +0000 (23:18 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 22 Jun 2012 21:18:54 +0000 (23:18 +0200)
* t/ansi2knr-no-more.sh: Here.
* t/aclocal-verbose-install.sh: And here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/aclocal-verbose-install.sh
t/ansi2knr-no-more.sh

index 594c6072742ab9ed10c4f3dd714a18efabb474c0..095a3f7fc6be7dc64951503a61f7abf572d0baf1 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Check verbose messages by `aclocal --install'.
+# Check verbose messages by 'aclocal --install'.
 
 am_create_testdir=empty
 . ./defs || Exit 1
index fb2e2a546ffa26a222ec61120f0eed3ef5c32902..99f2e921087684d7afc6132698888e5d4432edf5 100755 (executable)
@@ -45,7 +45,7 @@ for opt in ansi2knr lib/ansi2knr; do
   AUTOMAKE_fails -Wnone
   grep "^Makefile\.am:1:.*$warn_rx" stderr
   # ansi2knr option in configure.ac
-  echo > Makefile.am # `echo', not `:', for Solaris /bin/sh.
+  echo > Makefile.am # 'echo', not ':', for Solaris /bin/sh.
   sed "s|^\\(AM_INIT_AUTOMAKE\\).*|\1([$opt])|" configure.sav >configure.ac
   cat configure.ac # For debugging.
   rm -rf autom4te*.cache