From 44a1fbc47c90e00b7f9f177ec05e26bc51adf1cb Mon Sep 17 00:00:00 2001 From: mc2zk <mc2zk@git.zephyr-software.com> Date: Thu, 23 Jun 2011 18:39:14 +0000 Subject: [PATCH] Temporarily commented out line which checks the setting of SECURITY_TRANSFORMS_HOME. --- tools/ps_analyze.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ps_analyze.sh b/tools/ps_analyze.sh index a5bbc6125..e5a738f71 100755 --- a/tools/ps_analyze.sh +++ b/tools/ps_analyze.sh @@ -18,7 +18,8 @@ if [ "$SMPSA_HOME"X = X ]; then echo Please set SMPSA_HOME; exit 1; fi if [ ! -f $SMPSA_HOME/SMP-analyze.sh ]; then echo SMPSA_HOME is set poorly, please fix.; exit 1; fi if [ "$STRATA_HOME"X = X ]; then echo Please set STRATA_HOME; exit 1; fi if [ ! -f $STRATA_HOME/tools/pc_confinement/stratafy_with_pc_confine.sh ]; then echo STRATA_HOME is set poorly, please fix.; exit 1; fi -if [ "$SECURITY_TRANSFORMS_HOME"X = X ]; then echo Please set SECURITY_TRANSFORMS; exit 1; fi +# mc2zk commenting this line out temporarily until SECURITY_TRANSFORMS development is merged to the trunk +#if [ "$SECURITY_TRANSFORMS_HOME"X = X ]; then echo Please set SECURITY_TRANSFORMS; exit 1; fi if [ -z $2 ]; then echo "Usage: $0 <original_binary> <new_binary>" -- GitLab