Bug 134933 - x11-wm/fvwm-crystal: !/usr/local/bin/bash should be used instead of !/usr/bin/bash in all Fvwm-Crystal scripts
Summary: x11-wm/fvwm-crystal: !/usr/local/bin/bash should be used instead of !/usr/bin...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-25 13:10 UTC by Eleni Maria Stea
Modified: 2009-05-25 20:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eleni Maria Stea 2009-05-25 13:10:00 UTC
The script fvwm-crystal.generate-menu of package fvwm-crystal cannot execute properly because the bash path is wrong.

Fix: 

Replace the line:
#!/usr/bin/bash 

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

and everything will work ok
How-To-Repeat: Simply run:
$ fvwm-crystal.generate-menu
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-05-25 14:39:32 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Dennis Herrmann freebsd_committer freebsd_triage 2009-05-25 19:05:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-05-25 19:54:01 UTC
dhn         2009-05-25 18:53:53 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/fvwm-crystal  Makefile 
  Log:
  - Fix build with shells/bash
  - Bump PORTREVISION
  
  PR:             ports/134933
  Submitted by:   Eleni Maria Stea <elene.mst@gmail.com>
  
  Revision  Changes    Path
  1.5       +4 -0      ports/x11-wm/fvwm-crystal/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Dennis Herrmann freebsd_committer freebsd_triage 2009-05-25 19:54:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!