summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorMotonobu Takahashi <monyo@samba.org>2001-09-24 18:22:46 +0000
committerMotonobu Takahashi <monyo@samba.org>2001-09-24 18:22:46 +0000
commitc2e256c18cbaa1145ab6ca8ad59baadca36abbdd (patch)
tree46c02d58edaec9963fe43a7a5f35deb08a603b7b /source/script
parent87a945f13d2f241facdd3a1bdc636193339f1697 (diff)
downloadsamba-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-xsource/script/installman.sh2
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