X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fmake-tar.sh;h=c088d07ea1bfe03344f3e10f7708dee95aeedec5;hp=a3d1779039430f4d2b1bc5dddf3bd2bc1e1f58a0;hb=9b4c4abadc0a29999c5ddad5aa8d769fee28d687;hpb=a20e6eb464be80b9cd8cae7ce925d27fe9c209ed;ds=sidebyside diff --git a/test/make-tar.sh b/test/make-tar.sh index a3d17790..c088d07e 100755 --- a/test/make-tar.sh +++ b/test/make-tar.sh @@ -1,7 +1,8 @@ #!/bin/sh -# $Id: make-tar.sh,v 1.14 2017/08/12 12:22:06 tom Exp $ +# $Id: make-tar.sh,v 1.16 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 2010-2015,2017 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 ./test && cd ./test SOURCE=`cd ..;pwd` BUILD=$TMPDIR/make-tar$$ -trap "cd /; rm -rf $BUILD; exit 0" 0 1 2 3 15 +trap "cd /; rm -rf $BUILD; exit 0" EXIT INT QUIT TERM HUP umask 077 if ! ( mkdir $BUILD )