Third test commit

This commit is contained in:
Aleksei Nikiforov 2021-10-22 18:31:31 +03:00
parent da435cfeb9
commit ac34fbdf91

View File

@ -48,7 +48,7 @@ suite="Unknown"
codename="Unknown"
date="`date -R`"
architectures="Unknown"
description="Not Available"
description="Not Available for now"
# Component release file sections
archive="Unknown"
@ -260,6 +260,8 @@ exit_handler()
trap exit_handler SIGHUP SIGPIPE SIGINT SIGQUIT SIGTERM EXIT
echo something
WORKDIR="$(mktemp -dt "$PROG.XXXXXXXXXX")" || exit
if [ ! -d "$basedir" ]; then