Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2009 12:09:24 GMT
From:      Eleni Maria Stea <elene.mst@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/134933: !/usr/local/bin/bash should be used instead of !/usr/bin/bash in all Fvwm-Crystal scripts
Message-ID:  <200905251209.n4PC9Oi9001519@www.freebsd.org>
Resent-Message-ID: <200905251210.n4PCA1ca043252@freefall.freebsd.org>

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

>Number:         134933
>Category:       misc
>Synopsis:       !/usr/local/bin/bash should be used instead of !/usr/bin/bash in all Fvwm-Crystal scripts
>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:   Mon May 25 12:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Eleni Maria Stea
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD chimera 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Sat May 23 20:43:21 EEST 20
9     root@chimera:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
The script fvwm-crystal.generate-menu of package fvwm-crystal cannot execute properly because the bash path is wrong.



>How-To-Repeat:
Simply run:
$ fvwm-crystal.generate-menu
>Fix:
Replace the line:
#!/usr/bin/bash 

with:
#!/usr/local/bin/bash 

and everything will work ok

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



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