Skip to content
Snippets Groups Projects
Commit 88494a33 authored by Moe Jette's avatar Moe Jette
Browse files

add missing "exec" calls

parent 316befd4
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ expect { ...@@ -123,7 +123,7 @@ expect {
} }
if {$exit_code == 0} { if {$exit_code == 0} {
$bin_rm -f id_script exec $bin_rm -f id_script
send_user "\nSUCCESS\n" send_user "\nSUCCESS\n"
} }
exit $exit_code exit $exit_code
......
...@@ -171,7 +171,7 @@ if {$prio3 != 0} { ...@@ -171,7 +171,7 @@ if {$prio3 != 0} {
} }
if {$exit_code == 0} { if {$exit_code == 0} {
$bin_rm -f pwd_script exec $bin_rm -f pwd_script
send_user "\nSUCCESS\n" send_user "\nSUCCESS\n"
} }
exit $exit_code exit $exit_code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment