X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Ffeeds;h=b1bdee597ea0f2e1a8c5da5553bd9064737cb949;hb=3df534502c449850bdae6c7311180d112dc2f982;hp=2c0baa6584245104572f3383f93eb2b8a8b0fa83;hpb=41909c6568c57c952725967ae3f877b8e06176da;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/scripts/feeds b/scripts/feeds index 2c0baa6584..b1bdee597e 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -12,7 +12,7 @@ chdir "$FindBin::Bin/.."; $ENV{TOPDIR}=getcwd(); $ENV{GIT_CONFIG_PARAMETERS}="'core.autocrlf=false'"; -my $mk=`which gmake`; # select the right 'make' program +my $mk=`which gmake 2>/dev/null`; # select the right 'make' program chomp($mk); # trim trailing newline $mk or $mk = "make"; # default to 'make'