2 Oct
2011
2 Oct
'11
5:40 a.m.
On 01/10/11 17:31, lolilolicon wrote:
If PKGEXT is not one of the recognized tar*'s, create_package() would create an empty package file and fail, since bsdtar on the left side of the pipe returns 141 on SIGPIPE (broken pipe). This patch changes the behavior for an invalid PKGEXT. A warning is printed on stderr, and a tar file is created. Also retire the obsolete $EXT variable. Also add the obligatory comment why we don't use bsdtar's compression. Finally, fix mixed-tab-space indentation.
Signed-off-by: lolilolicon<lolilolicon@gmail.com>
Looks good now. Signed-off-by: Allan