Specify command rm to bypass any aliases

This commit is contained in:
Barrett Brown 2019-03-15 16:05:12 -04:00
parent e413af55bb
commit 972bb3be6a
No known key found for this signature in database
GPG key ID: E8521E262B7AC8C9

View file

@ -2114,7 +2114,7 @@ _p9k_init_timer() {
_P9K_TIMER_FD2=0 _P9K_TIMER_FD2=0
unset -f _p9k_on_timer unset -f _p9k_on_timer
fi fi
rm -f "$fifo1" "$fifo2" command rm -f "$fifo1" "$fifo2"
} }
_p9k_init() { _p9k_init() {