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

fix if "." isn't in user PATH

parent fbd295f8
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ if {$matches != 1} { ...@@ -84,7 +84,7 @@ if {$matches != 1} {
# #
if {$exit_code == 0} { if {$exit_code == 0} {
make_bash_script $file_in "$bin_rm -f *${test_prog}*core" make_bash_script $file_in "$bin_rm -f *${test_prog}*core"
exec $file_in exec ./$file_in
exec $bin_rm -f $file_in $test_prog exec $bin_rm -f $file_in $test_prog
send_user "\nSUCCESS\n" send_user "\nSUCCESS\n"
} }
......
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