jjk-jacky / statusnotifier

Library to use KDE's StatusNotifierItem via GObject
Other
25 stars 8 forks source link

Syntax error in autogen.sh #4

Closed xubincs closed 9 years ago

xubincs commented 9 years ago

autogen.sh declares functions using the 'function' which is a bash builtin, so a bin/sh shebang results a syntax error on Ubuntu which provides dash as the /bin/sh, since dash doesn't support the 'function' builtin. Removing the 'function' word would be ok.

jjk-jacky commented 9 years ago

woops.. yes, you're right. I see you've made a fix for it, feel free to send a pull request and I'll merge it.