summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-10-10 18:43:39 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-10-10 18:43:39 +0200
commit0a281baa9764f65b83a423ffed388a78499174e4 (patch)
tree553f0c1c068c902fc5e933db30096d950352b0a8
parentdea2c0df546d99317dae48a32b58b375a5f77e10 (diff)
downloadpatch-fix-offsets-0a281baa9764f65b83a423ffed388a78499174e4.tar.gz
patch-fix-offsets-0a281baa9764f65b83a423ffed388a78499174e4.tar.xz
patch-fix-offsets-0a281baa9764f65b83a423ffed388a78499174e4.zip
patch-fix-offsets: fix extra leading debug remnants
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-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}";;