We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65056bd commit f7bd6aeCopy full SHA for f7bd6ae
Makefile.in
@@ -48,7 +48,9 @@ ifneq (@GSED@,/bin/sed)
48
PATH := $(builddir)/scripts/wrapper/sed:$(PATH)
49
endif
50
ifneq (@GAWK@,/usr/bin/gawk)
51
- PATH := $(builddir)/scripts/wrapper/awk:$(PATH)
+ ifneq (@GAWK@,/bin/gawk)
52
+ PATH := $(builddir)/scripts/wrapper/awk:$(PATH)
53
+ endif
54
55
56
export PATH AWK SED
0 commit comments