X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fmake-tar.sh;h=e88b312841b1441a4406cd01cf2550cf5e3e5a12;hp=f3d0a64095b46ce4e7a55d359070443ebe771285;hb=84cf9f63bf604413fa5714ef91f83076ac8f236b;hpb=ed3eb506e9a8e6ea871a2eb5818e19ba36f3f277 diff --git a/Ada95/make-tar.sh b/Ada95/make-tar.sh index f3d0a640..e88b3128 100755 --- a/Ada95/make-tar.sh +++ b/Ada95/make-tar.sh @@ -1,7 +1,8 @@ #!/bin/sh -# $Id: make-tar.sh,v 1.15 2015/05/16 17:12:37 tom Exp $ +# $Id: make-tar.sh,v 1.18 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 2010-2013,2015 Free Software Foundation, Inc. # +# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 2010-2015,2017 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -80,7 +81,7 @@ test -d ./Ada95 && cd ./Ada95 SOURCE=`cd ..;pwd` BUILD=$TMPDIR/make-tar$$ -trap "cd /; rm -rf $BUILD; exit 0" 0 1 2 5 15 +trap "cd /; rm -rf $BUILD; exit 0" EXIT INT QUIT TERM HUP umask 077 if ! ( mkdir $BUILD )