View Single Post
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#37
I have just install and setup simple_oc
It works fine but inline and (.simple* ) options are failing. With this message:
xargs: invalid option -- 0

i wanted to use the --trust option, but it fails also with the default one (-- silent) that is in its config file.


reading the script i see options error and xarg does not seem to be related. In case there is a bug it would be here

. $cfgfile
[[ "$options"x == x ]] && options="--silent"
I only produce very simple shell script, someone can check that? otherwise i will try to check it in my computer

Last edited by antviro; 2015-02-01 at 11:43.