]> git.eshelyaron.com Git - emacs.git/commitdiff
(${archlibdir}): Be lenient about wc output format.
authorKarl Heuer <kwzh@gnu.org>
Mon, 2 May 1994 20:56:25 +0000 (20:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 2 May 1994 20:56:25 +0000 (20:56 +0000)
lib-src/Makefile.in

index bd1b0be4d443de63e11a34a0627b9a59d34532a7..da5e40e913422692f4a9d7229ee6169351771822 100644 (file)
@@ -181,11 +181,11 @@ ${archlibdir}: all BLESSMAIL
 #ifdef MOVEMAIL_NEEDS_BLESSING
 /* Don't charge ahead and do it!  Let the installer decide.
          ./blessmail ${archlibdir}/movemail  */
-       @if [ "`wc -l blessmail`" != "      2 blessmail" ] ; then \
+       @if [ `wc -l <blessmail` != 2 ] ; then \
          dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
          echo Assuming $$dir is really the mail spool directory, you should; \
          echo run  ./blessmail ${archlibdir}/movemail; \
-         echo as root, to make  movemail  setuid or setgid.; \
+         echo as root, to give  movemail  appropriate permissions.; \
        fi
 #endif