1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 01:10:41 +01:00

Use rmdir instead of rm -r

This commit is contained in:
Fabian Wolff
2016-10-03 11:52:25 +02:00
committed by Marc Cornellà
parent 40bfe5a412
commit 4fa6be0230

View File

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