Third test commit
This commit is contained in:
parent
da435cfeb9
commit
ac34fbdf91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user