summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ct1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ct b/bin/ct
index 783a0a4..d984025 100755
--- a/bin/ct
+++ b/bin/ct
@@ -73,7 +73,6 @@ while [[ $1 == --* ]] {
--help) die "see '$0 help'\n" ;;
--packagedir) PKG_DIR=$2; shift ;;
- --packageroot) PKG_ROOT=$2; shift ;;
--checklinks-options) CL_OPTIONS+=$2; shift ;;
--) shift; break ;;
*) die "Unknown argument: '$1'\n" ;;