Use rmdir instead of rm -r

master
Fabian Wolff 10 years ago committed by Marc Cornellà
parent 40bfe5a412
commit 4fa6be0230
  1. 2
      tools/check_for_upgrade.sh

@ -60,5 +60,5 @@ then
_update_zsh_update
fi
rm -r $ZSH/log/update.lock
rmdir $ZSH/log/update.lock
fi

Loading…
Cancel
Save