From: Philipp Klaus Date: Tue, 4 Nov 2014 19:12:37 +0000 (+0100) Subject: unpacker: run.sh didn't pass on the fourth parameter X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e95f448cb677e83ca72bfb5df0fd5d4c23629c58;p=mvd_soft.git unpacker: run.sh didn't pass on the fourth parameter --- diff --git a/s-curves/cpp_based-on-dabc-lib/run.sh b/s-curves/cpp_based-on-dabc-lib/run.sh index 080c431..a0f2f02 100755 --- a/s-curves/cpp_based-on-dabc-lib/run.sh +++ b/s-curves/cpp_based-on-dabc-lib/run.sh @@ -1,3 +1,3 @@ export LD_LIBRARY_PATH=/d/jspc22/dabc/lib/:$LD_LIBRARY_PATH -time ./unpacker $1 $2 $3 +time ./unpacker $1 $2 $3 $4