From baa62b742c00e47d1f44a205e935ab33e0d302aa Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Thu, 1 Aug 2019 12:57:10 +0100
Subject: Typo in previous commit corrected

After making the previous commit, I noticed an extra line (redundantly
defining a wrong `BASH_ENV') that should have been deleted. It has been
corrected.
---
 reproduce/software/make/basic.mk | 1 -
 1 file changed, 1 deletion(-)

(limited to 'reproduce')

diff --git a/reproduce/software/make/basic.mk b/reproduce/software/make/basic.mk
index d1c9fa1..53dbfa9 100644
--- a/reproduce/software/make/basic.mk
+++ b/reproduce/software/make/basic.mk
@@ -54,7 +54,6 @@ syspath         := $(PATH)
 # and libraries, not the host's.
 export CCACHE_DISABLE := 1
 export PATH := $(ibdir):$(PATH)
-export BASH_ENV = $(BDIR)/.bashrc
 export PKG_CONFIG_PATH := $(ildir)/pkgconfig
 export PKG_CONFIG_LIBDIR := $(ildir)/pkgconfig
 export CPPFLAGS := -I$(idir)/include $(CPPFLAGS)
-- 
cgit v1.2.1