summaryrefslogtreecommitdiffstats
path: root/unix/installManPage
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-18 22:27:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-18 22:27:47 (GMT)
commit20a04f85e37dbfc2fc9c50d934a03337b727b70b (patch)
tree9b1fe8c10cfecff7e711bca204e819500f0c2261 /unix/installManPage
parent88bb88f1c0482d4e2c732f02264ed845620fc467 (diff)
parent41ef26ac75ad296e38a99d4c2575fb4580363d18 (diff)
downloadtcl-20a04f85e37dbfc2fc9c50d934a03337b727b70b.zip
tcl-20a04f85e37dbfc2fc9c50d934a03337b727b70b.tar.gz
tcl-20a04f85e37dbfc2fc9c50d934a03337b727b70b.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/installManPage')
-rwxr-xr-xunix/installManPage4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/installManPage b/unix/installManPage
index 3d5fa7b..3cb266d 100755
--- a/unix/installManPage
+++ b/unix/installManPage
@@ -12,8 +12,8 @@ Suffix=""
while true; do
case $1 in
- -s | --symlinks ) Sym="-s " ;;
- -z | --compress ) Gzip=$2; shift ;;
+ -s | --symlinks ) Sym="-s " ;;
+ -z | --compress ) Gzip=$2; shift ;;
-e | --extension ) Gz=$2; shift ;;
-x | --suffix ) Suffix=$2; shift ;;
-*) cat <<EOF