Simplified shell command for removing try.c and measure.c files

to work with sh as well as bash.
This commit is contained in:
gardners 2011-11-22 11:49:37 +10:30
parent 5ca2880bea
commit 2aab552ef7

View File

@ -74,7 +74,8 @@ do
cp -pr "$implementationdir"/* "$work/${opi}"
rm ${work}/${opi}/{measure,try}.c
rm ${work}/${opi}/measure.c
rm ${work}/${opi}/try.c
cp -p MACROS "$work/MACROS"
cp -p PROTOTYPES.c "$work/PROTOTYPES.c"