mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Add '-f' to 'rm' command to silence error when directory is empty
This commit is contained in:
parent
42cb528e2a
commit
ec662f82c5
1 changed files with 1 additions and 1 deletions
2
melpa
2
melpa
|
@ -7,7 +7,7 @@ cd ${BASEDIR} || exit 1
|
|||
|
||||
function melpa_clear_packages {
|
||||
echo "*** Clearing the packages folder..."
|
||||
rm -r packages/*
|
||||
rm -rf packages/*
|
||||
echo
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue