summaryrefslogtreecommitdiffstats
path: root/unix/installManPage
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-22 13:07:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-22 13:07:55 (GMT)
commitb3ceb866eec8e0f9dbde55f024efb248732602ca (patch)
treef8c30f0a9bbdcdc99401f3766d8c8230807eeb4d /unix/installManPage
parente61e7142baea090d78543a1da269f832e363b1b2 (diff)
downloadtcl-b3ceb866eec8e0f9dbde55f024efb248732602ca.zip
tcl-b3ceb866eec8e0f9dbde55f024efb248732602ca.tar.gz
tcl-b3ceb866eec8e0f9dbde55f024efb248732602ca.tar.bz2
Added missing quoting
Diffstat (limited to 'unix/installManPage')
-rwxr-xr-xunix/installManPage2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/installManPage b/unix/installManPage
index e636db7..6bdccf0 100755
--- a/unix/installManPage
+++ b/unix/installManPage
@@ -75,7 +75,7 @@ Names=`sed -n '
p;q
}' $ManPage`
-if test -z $Names ; then
+if test -z "$Names" ; then
echo "warning: no target names found in $ManPage"
fi