Ver código fonte

greater than

Bob Mottram 7 anos atrás
pai
commit
8d8aaf9ef9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-client

+ 1
- 1
src/freedombone-client Ver arquivo

295
     kill ${pid}
295
     kill ${pid}
296
 }
296
 }
297
 
297
 
298
-while [[ $# > 0 ]]
298
+while [ $# -gt 0 ]
299
 do
299
 do
300
     key="$1"
300
     key="$1"
301
 
301