After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344563 - broken configure script (due bashizms)
broken configure script (due bashizms)
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
2.15.x
Other Linux
: Normal major
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-11 12:33 UTC by Fryderyk Dziarmagowski
Modified: 2019-03-23 20:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (930 bytes, patch)
2006-06-11 13:29 UTC, Fryderyk Dziarmagowski
committed Details | Review

Description Fryderyk Dziarmagowski 2006-06-11 12:33:47 UTC
configure fails when /bin/sh != bash:
./configure[22869]: syntax error: `(' unexpected

starting at line 22869:
function check_plugin_defined() {
        if echo "$2" | egrep "\b($1)\b" > /dev/null;
        then
                return 1
        else
                return 0
        fi
}
Comment 1 Fryderyk Dziarmagowski 2006-06-11 13:29:56 UTC
Created attachment 67124 [details] [review]
proposed patch
Comment 2 Steve Frécinaux 2006-06-11 13:50:02 UTC
Good catch! This is fixed in gedit-plugins HEAD, thank you :-)