commtech: -s don't take an argument

This commit is contained in:
Thomas Preud'homme 2009-06-23 12:31:48 +02:00 committed by Thomas Preud'homme
parent e39c05664a
commit f8c2be9478
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function_run () {
esac
case $typeCache in
"mem" ) optTypeCache="" ;;
"L2" ) optTypeCache="-s 2" ;;
"L2" ) optTypeCache="-s" ;;
* ) exit 1 ;;
esac