From 518f0ff9009c83167843a8362eca32c5934b2684 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 1 Apr 2021 09:28:59 -0400 Subject: [PATCH] chore: Revert duplicate logic from rebase --- runtime/experiments/applications/ocr/hyde/run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/experiments/applications/ocr/hyde/run.sh b/runtime/experiments/applications/ocr/hyde/run.sh index 73ff551..875af1a 100755 --- a/runtime/experiments/applications/ocr/hyde/run.sh +++ b/runtime/experiments/applications/ocr/hyde/run.sh @@ -10,8 +10,6 @@ project_directory=$(cd ../../../.. && pwd) binary_directory=$(cd "$project_directory"/bin && pwd) did_pass=true -did_pass=true - if [ "$1" != "-d" ]; then PATH="$binary_directory:$PATH" LD_LIBRARY_PATH="$binary_directory:$LD_LIBRARY_PATH" sledgert "$experiment_directory/spec.json" & sleep 1