opennetworkinglab / flowvisor

FlowVisor - A network hypervisor
Other
164 stars 67 forks source link

Escapes FV_JVM_ARGS in flowvisor.sh #270

Open pedroarthur opened 10 years ago

pedroarthur commented 10 years ago

Since it is used in a '-z' shell's test, FV_JVM_ARGS needs to be escaped. Otherwise, if you try to pass many options, "-server -Xmx2G", for example, bash will return "[: too many arguments".