Merge branch 'maint'

Just a slight touchup in makepkg due to the [ -> [[ conversion, so nothing
to see here.

Conflicts:
	scripts/makepkg.sh.in
This commit is contained in:
Dan McGee 2010-01-19 22:03:54 -06:00
commit 0eadc99240
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ int SYMEXPORT alpm_release(void)
}
_alpm_handle_free(handle);
handle = NULL;
return(0);
}