From e95f448cb677e83ca72bfb5df0fd5d4c23629c58 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 4 Nov 2014 20:12:37 +0100 Subject: [PATCH] unpacker: run.sh didn't pass on the fourth parameter --- s-curves/cpp_based-on-dabc-lib/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0