diff --git a/resolve-debbuilddeps.sh b/resolve-debbuilddeps.sh index c723a24..89f24ba 100755 --- a/resolve-debbuilddeps.sh +++ b/resolve-debbuilddeps.sh @@ -14,7 +14,7 @@ SCHROOTNAME="$1" if test -e debian/control.in -a ! -e debian/control; then sed 's,@[^@]*@, dummytext,g' debian/control.in > debian/control - trap "rm debian/control" INT TERM EXIT + trap "rm debian/control" INT TERM EXIT fi if test -n "${SCHROOTNAME}"; then