From 1e4e31fcae85eaa7191fcc16ed93ed2e69564a7e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 25 Feb 2017 15:50:50 +0000 Subject: [PATCH] etc/profile.d/mac.sh --- etc/profile.d/mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/mac.sh b/etc/profile.d/mac.sh index 3bafca14..8f160663 100644 --- a/etc/profile.d/mac.sh +++ b/etc/profile.d/mac.sh @@ -26,7 +26,7 @@ alias strace='dtruss' alias updatedb='sudo sh -c "cd / && exec /usr/libexec/locate.updatedb"' seq() { - if which seq; then + if which seq > /dev/null; then eval "$(which seq) $@" return fi -- 2.47.3