Comment #5 on issue 17683 by slonua: exec: 87: -a: not found http://code.google.com/p/chromium/issues/detail?id=17683
It's not a problem in bash, in fact that line: 87 in file /usr/bin/chromium-browser contain following string exec -a $APPNAME $LIBDIR/$APPNAME $CHROMIUM_FLAGS "$@" ## exec: usage: exec [-cl] [-a name] file [redirection ...] It's very strange that to receive such message. So, i hadn't chance to see previous version of script, but U can just change this line (remove: -a $APPNAME) exec $LIBDIR/$APPNAME $CHROMIUM_FLAGS "$@" Everything now working -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
