commtech: Currently no L2 shared needs no -s

This commit is contained in:
Thomas Preud'homme 2009-06-23 11:56:22 +02:00 committed by Thomas Preud'homme
parent a590ecca09
commit 7b36e81b40
1 changed files with 1 additions and 1 deletions

View File

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