summaryrefslogtreecommitdiffstats
path: root/patch-fix-offsets
diff options
context:
space:
mode:
Diffstat (limited to 'patch-fix-offsets')
-rwxr-xr-xpatch-fix-offsets1
1 files changed, 0 insertions, 1 deletions
diff --git a/patch-fix-offsets b/patch-fix-offsets
index d05f460..bd453b0 100755
--- a/patch-fix-offsets
+++ b/patch-fix-offsets
@@ -41,7 +41,6 @@ cnt=1
i=
while test ${cnt} -le $#; do
i="${@:${cnt}:1}"
- echo "${i}"
case "${i}" in
-*|--*) args+=" ${i}";;
*) patches+=" ${i}";;