mirror of
https://github.com/AntonioND/wf-picolibc.git
synced 2025-06-18 16:45:37 -04:00
scripts: Minor fix to do-arm-tk script
Add '-f' flag when removing target ZIP file; it probably doesn't already exist. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
764ef4e401
commit
c9add53fd9
@ -62,6 +62,6 @@ cd "$DESTDIR"/"$ARM_TK"
|
||||
|
||||
ZIP="$DESTDIR"/picolibc-"$PICOLIBC_VERSION"-"$TK_VERSION".zip
|
||||
|
||||
rm "$ZIP"
|
||||
rm -f "$ZIP"
|
||||
|
||||
zip -r "$ZIP" .
|
||||
|
Loading…
Reference in New Issue
Block a user