This website works better with JavaScript.
Explore
Help
Register
Sign In
wilderjds
/
oh-my-zsh
Watch
1
Star
0
Fork
You've already forked oh-my-zsh
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Use rmdir instead of rm -r
Browse Source
master
Fabian Wolff
10 years ago
committed by
Marc Cornellà
parent
40bfe5a412
commit
4fa6be0230
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
tools/check_for_upgrade.sh
2
tools/check_for_upgrade.sh
Unescape
Escape
View File
@ -60,5 +60,5 @@ then
_update_zsh_update
fi
rm
-
r
$ZSH
/log/update.lock
rm
di
r
$ZSH
/log/update.lock
fi
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
wilderjds/oh-my-zsh
Title
Body
Create Issue