From 95d537499f4f94606055a3eb7ff6095f1cb91216 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Wed, 4 May 2016 14:41:24 +0000 Subject: [PATCH] -Also setting SVN for local use --- tools/quartus/run_regtest_synth | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/quartus/run_regtest_synth b/tools/quartus/run_regtest_synth index df6ec3ae36..d1d5a62098 100755 --- a/tools/quartus/run_regtest_synth +++ b/tools/quartus/run_regtest_synth @@ -56,6 +56,7 @@ SVN_DIR=${HOME}/SVN_$(date -d "today" +"%Y%m%d") unb_info $0 "Copying local SVN dir to ${SVN_DIR}" unb_exec $0 cp -r ${SVN}/ ${SVN_DIR} export SVN=${SVN_DIR} +SVN=${SVN_DIR} ############################################################################### # Disable exit on unb_error (used in unb_exec) -- GitLab