GNOME Bugzilla – Bug 344563
broken configure script (due bashizms)
Last modified: 2019-03-23 20:52:18 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 }
Created attachment 67124 [details] [review] proposed patch
Good catch! This is fixed in gedit-plugins HEAD, thank you :-)