From f38309230ec994367e495493958827299cd41496 Mon Sep 17 00:00:00 2001 From: John McMaster Date: Wed, 5 Dec 2018 17:01:00 -0800 Subject: [PATCH] reformat.tcl: move to third party Signed-off-by: John McMaster --- {utils => third_party}/reformat.tcl | 0 utils/environment.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {utils => third_party}/reformat.tcl (100%) diff --git a/utils/reformat.tcl b/third_party/reformat.tcl similarity index 100% rename from utils/reformat.tcl rename to third_party/reformat.tcl diff --git a/utils/environment.sh b/utils/environment.sh index 6180da9a..da87ff44 100644 --- a/utils/environment.sh +++ b/utils/environment.sh @@ -28,6 +28,6 @@ export XRAY_FASM2FRAMES="python3 ${XRAY_UTILS_DIR}/fasm2frames.py" export XRAY_BITTOOL="${XRAY_TOOLS_DIR}/bittool" export XRAY_BLOCKWIDTH="python3 ${XRAY_UTILS_DIR}/blockwidth.py" export XRAY_PARSEDB="python3 ${XRAY_UTILS_DIR}/parsedb.py" -export XRAY_REFORMAT_TCL="${XRAY_UTILS_DIR}/reformat.tcl" +export XRAY_REFORMAT_TCL="${XRAY_DIR}/third_party/reformat.tcl" export XRAY_TCL_REFORMAT="${XRAY_UTILS_DIR}/tcl-reformat.sh"