From d52e3c922dfd63420ce7a35f3fca232decbdfed2 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 30 May 2012 19:47:47 +0200 Subject: [PATCH 1/1] Fix sh - bash confusion --- perf/bash/par_forever.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/bash/par_forever.sh b/perf/bash/par_forever.sh index 96503a2..879f95f 100755 --- a/perf/bash/par_forever.sh +++ b/perf/bash/par_forever.sh @@ -1,6 +1,6 @@ while true; do export TMP_DIR=run_`date +"%Y%m%d_%H%M%S"`/ mkdir -p ${TMP_DIR} - sh par.sh par.config.dennis + ./par.sh par.config.dennis sleep 60 done \ No newline at end of file -- 1.7.10.4