diff options
| author | ziejd2 | 2017-09-28 15:28:12 -0500 |
|---|---|---|
| committer | ziejd2 | 2017-09-28 15:28:12 -0500 |
| commit | 324ebc8ddacab8e154047b8518afd5cbb5bb2fa4 (patch) | |
| tree | 6758205cd7ab103af30e2e9a19f349c606168f5f /sourcecodes/data/temp_evidence_file | |
| parent | 8070dc963753142bb86c4ed698d91fd623ed28e7 (diff) | |
| download | BNW-324ebc8ddacab8e154047b8518afd5cbb5bb2fa4.tar.gz | |
Deleting old files
Diffstat (limited to 'sourcecodes/data/temp_evidence_file')
| -rw-r--r-- | sourcecodes/data/temp_evidence_file | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sourcecodes/data/temp_evidence_file b/sourcecodes/data/temp_evidence_file deleted file mode 100644 index b687ceaf..00000000 --- a/sourcecodes/data/temp_evidence_file +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# script for execution of deployed applications -# -# Sets up the MCR environment for the current $ARCH and executes -# the specified command. -# -exe_name=$0 -exe_dir=`dirname "$0"` -echo "------------------------------------------" -if [ "x$1" = "x" ]; then - echo Usage: - echo $0 \<deployedMCRroot\> args -else - echo Setting up environment variables - MCRROOT="$1" - echo --- - LD_LIBRARY_PATH=.:${MCRROOT}/runtime/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/bin/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/os/glnxa64; - MCRJRE=${MCRROOT}/sys/java/jre/glnxa64/jre/lib/amd64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/native_threads ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/server ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/client ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE} ; - XAPPLRESDIR=${MCRROOT}/X11/app-defaults ; - export LD_LIBRARY_PATH; - export XAPPLRESDIR; - echo LD_LIBRARY_PATH is ${LD_LIBRARY_PATH}; - shift 1 - args= - while [ $# -gt 0 ]; do - token=`echo "$1" | sed 's/ /\\\\ /g'` # Add blackslash before each blank - args="${args} ${token}" - shift - done - "${exe_dir}"/evidencemodified \ No newline at end of file |
