0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
This commit is contained in:
Caleb Epstein 2012-11-13 12:48:37 -05:00
parent f2ac08832a
commit 91c57e6d42

View file

@ -29,7 +29,7 @@ function svn_get_rev_nr {
function svn_dirty_choose {
if [ $(in_svn) ]; then
svn status 2> /dev/null | grep -Eq '^\s*[ACDIM!?L]'
if [ $pipestatus[-1] -ne 0 ]; then
if [ $pipestatus[-1] -ne 0 ]; then
echo $1
else
echo $2