summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-02-22 13:07:55 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-02-22 13:07:55 (GMT)
commit96dfb29f6d06cb7a6d2e1b550dcc86507d0ed0e6 (patch)
treef8c30f0a9bbdcdc99401f3766d8c8230807eeb4d
parent322804d0d327a4ea2ca3f2361b919e56842c738f (diff)
downloadtcl-96dfb29f6d06cb7a6d2e1b550dcc86507d0ed0e6.zip
tcl-96dfb29f6d06cb7a6d2e1b550dcc86507d0ed0e6.tar.gz
tcl-96dfb29f6d06cb7a6d2e1b550dcc86507d0ed0e6.tar.bz2
Added missing quoting
-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