Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 14:13:38 GMT
From:      kaltheat <kaltheat@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/171141: xombrero wrapper script acts wrong #2
Message-ID:  <201208281413.q7SEDcAc028592@red.freebsd.org>
Resent-Message-ID: <201208281420.q7SEK1GK087984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171141
>Category:       misc
>Synopsis:       xombrero wrapper script acts wrong #2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 28 14:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     kaltheat
>Release:        
>Organization:
>Environment:
>Description:
Options described in "man xombrero" don't work.
>How-To-Repeat:
Execute xombrero using wrapper script with any option described in "man xombrero", for example: "xombrero -n www.google.com"
>Fix:
Pass every argument of wrapper script call to xombrero-bin.

/usr/local/bin/xombrero:

< exec /usr/local/bin/xombrero-bin
---
> exec /usr/local/bin/xombrero-bin $@


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208281413.q7SEDcAc028592>