aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKarl Heuer1994-05-02 20:56:25 +0000
committerKarl Heuer1994-05-02 20:56:25 +0000
commitd38bb695cc20902ad5942840cbb173465170a31d (patch)
tree4cc4aeb204178cbba6e018882eff2a24008442f1 /lib-src
parent69e610ac11874996d6b0034e26b185b5474850f2 (diff)
downloademacs-d38bb695cc20902ad5942840cbb173465170a31d.tar.gz
emacs-d38bb695cc20902ad5942840cbb173465170a31d.zip
(${archlibdir}): Be lenient about wc output format.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index bd1b0be4d44..da5e40e9134 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -181,11 +181,11 @@ ${archlibdir}: all BLESSMAIL
181#ifdef MOVEMAIL_NEEDS_BLESSING 181#ifdef MOVEMAIL_NEEDS_BLESSING
182/* Don't charge ahead and do it! Let the installer decide. 182/* Don't charge ahead and do it! Let the installer decide.
183 ./blessmail ${archlibdir}/movemail */ 183 ./blessmail ${archlibdir}/movemail */
184 @if [ "`wc -l blessmail`" != " 2 blessmail" ] ; then \ 184 @if [ `wc -l <blessmail` != 2 ] ; then \
185 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ 185 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
186 echo Assuming $$dir is really the mail spool directory, you should; \ 186 echo Assuming $$dir is really the mail spool directory, you should; \
187 echo run ./blessmail ${archlibdir}/movemail; \ 187 echo run ./blessmail ${archlibdir}/movemail; \
188 echo as root, to make movemail setuid or setgid.; \ 188 echo as root, to give movemail appropriate permissions.; \
189 fi 189 fi
190#endif 190#endif
191 191