summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8d629c9..92759ca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,8 +57,8 @@ export docdir := @docdir@@subdocdir@
export mandir := @mandir@
export datarootdir := @datarootdir@
export install := @INSTALL@
-export bash := @_BASH@
-export awk := @_AWK@
+export bash := @BASH_SHELL@
+export awk := @AWK@
export grep := @GREP@
export make := @MAKE@
export sed := @SED@