=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctfconv/ctfstrip,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/ctfconv/ctfstrip 2017/08/12 19:51:17 1.5 --- src/usr.bin/ctfconv/ctfstrip 2017/08/13 15:28:51 1.6 *************** *** 1,6 **** #!/bin/sh # ! # $OpenBSD: ctfstrip,v 1.5 2017/08/12 19:51:17 jasper Exp $ # # Copyright (c) 2017 Martin Pieuchot # --- 1,6 ---- #!/bin/sh # ! # $OpenBSD: ctfstrip,v 1.6 2017/08/13 15:28:51 visa Exp $ # # Copyright (c) 2017 Martin Pieuchot # *************** *** 39,45 **** -S) STRIPFLAG=-g; shift; continue;; esac shift ! set -- "$@" "$arg" INFILE="$arg" done --- 39,45 ---- -S) STRIPFLAG=-g; shift; continue;; esac shift ! set -- "$@" "$INFILE" INFILE="$arg" done