diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-20 00:46:42 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-20 00:46:42 +0800 |
commit | 92d10f50096f2d427eb3cdae50a783a040e0b102 (patch) | |
tree | 302842ba27dde4a199441f6c017ac0eee85ecd6f /Tools | |
parent | 6f398817397cffaaadb773d793059f1c8b354c0d (diff) | |
download | freebsd-ports-gnome-92d10f50096f2d427eb3cdae50a783a040e0b102.tar.gz freebsd-ports-gnome-92d10f50096f2d427eb3cdae50a783a040e0b102.tar.zst freebsd-ports-gnome-92d10f50096f2d427eb3cdae50a783a040e0b102.zip |
Don't trap SIGINFO.
Submitted by: ben
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/distclean.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/distclean.sh b/Tools/scripts/distclean.sh index 2dd2b8aacd40..0d58d848bcc5 100755 --- a/Tools/scripts/distclean.sh +++ b/Tools/scripts/distclean.sh @@ -14,7 +14,7 @@ # Maxim Sobolev # ---------------------------------------------------------------------------- # -# $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.10 2001-07-30 14:24:12 sobomax Exp $ +# $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.11 2001-12-19 16:46:42 sobomax Exp $ # # MAINTAINER= sobomax@FreeBSD.org @@ -44,7 +44,7 @@ FN_PORTS=`mktemp -t dclean` || exit 1 FN_DISTFILES=`mktemp -t dclean` || exit 1 FN_RESULTS_SCRIPT=`mktemp -t dclean` || exit 1 -trap cleanup 1 2 3 4 5 6 7 8 10 11 12 13 14 15 16 21 22 23 24 25 26 27 28 29 \ +trap cleanup 1 2 3 4 5 6 7 8 10 11 12 13 14 15 16 21 22 23 24 25 26 27 28 \ 30 31 echo -n "Building ports md5 index..." |