mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 01:42:18 +00:00
Simplified shell command for removing try.c and measure.c files
to work with sh as well as bash.
This commit is contained in:
parent
5ca2880bea
commit
2aab552ef7
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user