16 Nov
2015
16 Nov
'15
16:05
On 11/16/2015 04:02 PM, stakanov@freenet.de wrote:
/usr/bin/rkhunter: line 7439: [: too many arguments
It's not rkhunter complaining about too many arguments - it's the test utility, so usually the shell-internal '[' builtin, or /usr/bin/[. I don't have the rkhunter script here, but such a thing usually happens when file names with blanks are not quoted correctly, like e.g.: [ -f $file ] && echo "file exists" vs. [ -f "$file" ] && echo "file exists" Have a nice day, Berny -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org