]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3669] Trivial fix in the process_spawn_app.sh script.
authorMarcin Siodelski <marcin@isc.org>
Mon, 9 Feb 2015 07:55:35 +0000 (08:55 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 9 Feb 2015 07:55:35 +0000 (08:55 +0100)
src/lib/util/tests/process_spawn_app.sh.in

index 8ab94fc691da892a315f0ca6f02c36685a314ad5..5ab0d0834cc69b5b601e5231de55cb69604c175a 100755 (executable)
@@ -37,10 +37,8 @@ exit_code=
 while [ ! -z "${1}" ]
 do
     option=${1}
-    echo ${option}
     case ${option} in
         -p)
-            shift
             exit_code=$$
             ;;
         -e)