safer handling of EPK dir. in case user mistypes do not rm -Rf something important

This commit is contained in:
jani 2003-04-14 15:36:56 +00:00
parent 5e3def9494
commit ac46366ff3

View File

@ -12,9 +12,11 @@ if [ $LWIP_CVS"" == "" ]; then
LWIP_CVS=../../../lwip;
exit;
fi
EPK=$EPK/lwip_epk
#cleanup
rm -Rf $EPK/*
rm -Rf $EPK
#copy files from CVS
xargs -n 2 ./copy < files