Commit 02eb007a authored by Benoit Rat's avatar Benoit Rat Committed by Alessandro Rubini

build: correct --clean command

parent 31f38724
......@@ -61,7 +61,7 @@ showhelp() {
if [ -n "$1" ]; then
case "$1" in
--help) showhelp;;
--clean) rm -f $WRS_DONE_DIR/00*;;
--clean) rm -f $WRS_DONE_DIR/0*;;
--fetch) echo "To be done";;
--list) cd $WRS_DONE_DIR; ls 0*; exit 0;;
--step=0[0-9]) num=`echo $1 | sed -e 's/--step=//'`; rm -vf $WRS_DONE_DIR/${num}-*;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment