Updated TODO list in bldpkg

This commit is contained in:
PktSurf 2022-10-22 00:51:26 +05:30
parent d18addf386
commit d28ae2b2e8

1
bldpkg Executable file → Normal file
View file

@ -25,6 +25,7 @@
# -> Email the user about the outcome of the build?
# -> Increment warnings as they are issued during the build and show final warning total in the build summary
# -> Determine if the staging directory is empty at the end of the build, and if it is, error out
# -> Replace [INFO], [WARNING] and [ERROR] with suitable functions for efficient repetition
# Determine whether we are using bash version 4 and later. If not, exit.
if ((BASH_VERSINFO[0] < 4)) ; then