From: martin f. krafft Date: Thu, 8 May 2008 11:20:21 +0000 (+0100) Subject: just use rm, do not insist on command X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b9574517452ddcb25f147833da0f7f3d03dbd2a3;p=zsh.git just use rm, do not insist on command --- diff --git a/.zsh/zprofile/40_zcompile b/.zsh/zprofile/40_zcompile index 0074768..967199a 100644 --- a/.zsh/zprofile/40_zcompile +++ b/.zsh/zprofile/40_zcompile @@ -9,7 +9,7 @@ # if [ -n "$ZDOTDIR" ]; then - command rm -f $ZDOTDIR/**/*.zwc(.N) $ZDOTDIR/**/.*.zwc(.N) $ZVARDIR/**/*.zwc(.N) + rm -f $ZDOTDIR/**/*.zwc(.N) $ZDOTDIR/**/.*.zwc(.N) $ZVARDIR/**/*.zwc(.N) for f ($ZDOTDIR/.*(@) $ZDOTDIR/*(.) $ZDOTDIR/**/*(.) $ZVARDIR/comp-$HOST) \ zcompile $f fi