Bugzilla – Bug 872
Remove bashisms from Makefile and remove-old
Last modified: 2005-12-22 02:23:30
You need to log in before you can comment on or make changes to this bug.
The current Makefile assumes that the /bin/sh shell is bash-compatible. This makes the build process fail for non-bash /bin/sh shells (e.g. dash). The remove-old script currently depends on bash (#!/bin/bash) although it can easily be modified to run under a generic /bin/sh.
Created an attachment (id=639) [details] Proposed patch This patch removes the bashisms from Makefile and remove-old, making it possible to install the ieee80211 package under non-bash shells.
Downstream bug report: https://bugs.gentoo.org/115428
The remove-old scripts found in ipw2200 (bug #873) and ipw2100 (bug #874) should modified in a similar way.
patch merged. thanks!
Verified with ieee80211-1.1.7-pre3. Thanks.