From 0fd01a6fb2957b2b2d534ca4387de2b9c733496b Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Mon, 28 Nov 2016 11:42:08 -0500 Subject: [PATCH] namd: Pass -f to tcsh to not process any rc files (helps nix-shell) --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index bdd843d..eabde76 100755 --- a/builder.sh +++ b/builder.sh @@ -20,7 +20,7 @@ mv tcl8.5.9-linux-x86_64 tcl tar xvfz tcl8.5.9-linux-x86_64-threaded.tar.gz mv tcl8.5.9-linux-x86_64-threaded tcl-threaded -tcsh ./config Linux-x86_64-g++ --charm-arch multicore-linux64 +tcsh -f ./config Linux-x86_64-g++ --charm-arch multicore-linux64 cd Linux-x86_64-g++ make rm -rf obj