diff options
author | Motonobu Takahashi <monyo@samba.org> | 2001-09-24 18:22:46 +0000 |
---|---|---|
committer | Motonobu Takahashi <monyo@samba.org> | 2001-09-24 18:22:46 +0000 |
commit | c2e256c18cbaa1145ab6ca8ad59baadca36abbdd (patch) | |
tree | 46c02d58edaec9963fe43a7a5f35deb08a603b7b /source/script | |
parent | 87a945f13d2f241facdd3a1bdc636193339f1697 (diff) | |
download | samba-c2e256c18cbaa1145ab6ca8ad59baadca36abbdd.tar.gz samba-c2e256c18cbaa1145ab6ca8ad59baadca36abbdd.tar.xz samba-c2e256c18cbaa1145ab6ca8ad59baadca36abbdd.zip |
fixed a typo in installman.sh
fixed a problem that source/install-sh is not executable
Diffstat (limited to 'source/script')
-rwxr-xr-x | source/script/installman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/installman.sh b/source/script/installman.sh index a21385711a8..1cacbdbc0ed 100755 --- a/source/script/installman.sh +++ b/source/script/installman.sh @@ -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 |