From f8c2be94787083c729fb1a0d77e18760c83fa800 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 23 Jun 2009 12:31:48 +0200 Subject: [PATCH] commtech: -s don't take an argument --- communication_techniques/lancement.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_techniques/lancement.sh b/communication_techniques/lancement.sh index 035ea95..93ebf28 100755 --- a/communication_techniques/lancement.sh +++ b/communication_techniques/lancement.sh @@ -65,7 +65,7 @@ function_run () { esac case $typeCache in "mem" ) optTypeCache="" ;; - "L2" ) optTypeCache="-s 2" ;; + "L2" ) optTypeCache="-s" ;; * ) exit 1 ;; esac