From b9574517452ddcb25f147833da0f7f3d03dbd2a3 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 8 May 2008 12:20:21 +0100 Subject: [PATCH 1/1] just use rm, do not insist on command --- .zsh/zprofile/40_zcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2