fixed a typo in installman.sh
authorMotonobu Takahashi <monyo@samba.org>
Mon, 24 Sep 2001 18:22:46 +0000 (18:22 +0000)
committerMotonobu Takahashi <monyo@samba.org>
Mon, 24 Sep 2001 18:22:46 +0000 (18:22 +0000)
fixed a problem that source/install-sh is not executable
(This used to be commit c2e256c18cbaa1145ab6ca8ad59baadca36abbdd)

source3/po/Makefile.in.in
source3/script/installman.sh

index 2006e997439e09caeaeeb1644d61f69b79873d03..07fadc91d6a1197759492a824bf321382ebc5eba 100644 (file)
@@ -25,7 +25,7 @@ gettextsrcdir = $(prefix)/share/gettext/po
 subdir = po
 
 INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
+INSTALL_DATA = $(SHELL) @INSTALL_DATA@
 MKINSTALLDIRS = $(top_srcdir)/script/@MKINSTALLDIRS@
 
 CC = @CC@
index a21385711a8118b5718303abab03f16f7134e0d8..1cacbdbc0ed826543e413a4991c7bd5f806b06c1 100755 (executable)
@@ -15,7 +15,7 @@ fi
 
 
 for lang in $langs; do
-    if ["X$lang" = Xen ]; then
+    if [ "X$lang" = Xen ]; then
        echo Installing default man pages in $MANDIR/
        lang=.
     else