Remove stray '}'

This commit is contained in:
Raja R Harinath 2000-10-10 05:04:36 +00:00
parent 306bd3a2bf
commit 08cf3868c9

View File

@ -116,7 +116,6 @@ $1
int main (int c, char **v) {
FILE *f = fopen ("$glib_sysdefso", "a");
if (!f) return 1;
}
_______EOF
for glib_sysdef_input in $2 ; do
glib_sysdef=`echo $glib_sysdef_input | sed 's/^\([[^:]]*\):.*$/\1/'`