Skip to content

Commit

Permalink
Fixed output redirect for "which"
Browse files Browse the repository at this point in the history
Credits go to @jalung . Closes #231 .

(cherry picked from commit f898389)
  • Loading branch information
bogdan-iancu committed May 19, 2014
1 parent c80b51b commit 8a3a723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/carrierroute/Makefile
Expand Up @@ -10,10 +10,10 @@ NAME=carrierroute.so

ifeq ($(CROSS_COMPILE),)
CONFUSE_BUILDER = $(shell \
if which confuse-config >/dev/null;then \
if which confuse-config >/dev/null 2>/dev/null;then \
echo 'confuse-config'; \
elif pkg-config --exists libconfuse; then \
echo 'pkg-config libconfuse'; \
echo 'pkg-config libconfuse'; \
fi)
endif

Expand Down

0 comments on commit 8a3a723

Please sign in to comment.