Skip to content
Snippets Groups Projects
Commit 9604e504 authored by deuce's avatar deuce
Browse files

Update wrappers... remove explicit bcc.* tests and add final

*.$os.exe.* test.
parent c900fd07
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,10 @@ if [ -x gcc.$os.exe.release/$0 ]
then exec gcc.$os.exe.release/$0 $@
elif [ -x gcc.$os.exe.debug/$0 ]
then exec gcc.$os.exe.debug/$0 $@
elif [ -x bcc.$os.exe.release/$0 ]
then exec bcc.$os.exe.release/$0 $@
elif [ -x bcc.$os.exe.debug/$0 ]
then exec bcc.$os.exe.debug/$0 $@
elif [ -x *.$os.exe.release/$0 ]
then exec *.$os.exe.release/$0 $@
elif [ -x *.$os.exe.debug/$0 ]
then exec *.$os.exe.debug/$0 $@
elif [ -x *.$os.exe.*/$0 ]
then exec *.$os.exe.*/$0 $@
fi
......@@ -4,12 +4,10 @@ if [ -x gcc.$os.exe.release/$0 ]
then exec gcc.$os.exe.release/$0 $@
elif [ -x gcc.$os.exe.debug/$0 ]
then exec gcc.$os.exe.debug/$0 $@
elif [ -x bcc.$os.exe.release/$0 ]
then exec bcc.$os.exe.release/$0 $@
elif [ -x bcc.$os.exe.debug/$0 ]
then exec bcc.$os.exe.debug/$0 $@
elif [ -x *.$os.exe.release/$0 ]
then exec *.$os.exe.release/$0 $@
elif [ -x *.$os.exe.debug/$0 ]
then exec *.$os.exe.debug/$0 $@
elif [ -x *.$os.exe.*/$0 ]
then exec *.$os.exe.debug/$0 $@
fi
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