From ea0d08761e7f3786c820140822567e48b9b90cf4 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 17 Jan 2013 08:27:49 +0100 Subject: [PATCH] make: try reload file not from script Signed-off-by: Daniel Borkmann --- src/Makefile | 1 + src/curvetun/nacl_path.sh | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 78af0fa3..a666f78d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -139,6 +139,7 @@ TOOLS_MOST = $(filter-out mausezahn,$(TOOLS)) bold = $(shell tput bold) normal = $(shell tput sgr0) +$(shell . ~/.bashrc) # Build NaCl if no environment variables are set! ifndef NACL_LIB_DIR ifndef NACL_INC_DIR diff --git a/src/curvetun/nacl_path.sh b/src/curvetun/nacl_path.sh index 368bb6ca..1afc6d25 100755 --- a/src/curvetun/nacl_path.sh +++ b/src/curvetun/nacl_path.sh @@ -16,5 +16,3 @@ fi echo "export NACL_INC_DIR=$nacl_include_path" >> ~/.bashrc echo "export NACL_LIB_DIR=$nacl_lib_path" >> ~/.bashrc - -source ~/.bashrc -- 2.11.4.GIT