X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fmake-tar.sh;h=a3d1779039430f4d2b1bc5dddf3bd2bc1e1f58a0;hp=9371ac9afd83bbb388f1f3fd561fbc4f903949c2;hb=45291421bee33c79ffb4c8f0e1b67ca5cc262114;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/test/make-tar.sh b/test/make-tar.sh old mode 100644 new mode 100755 index 9371ac9a..a3d17790 --- a/test/make-tar.sh +++ b/test/make-tar.sh @@ -1,7 +1,7 @@ #!/bin/sh -# $Id: make-tar.sh,v 1.13 2015/05/16 17:12:45 tom Exp $ +# $Id: make-tar.sh,v 1.14 2017/08/12 12:22:06 tom Exp $ ############################################################################## -# Copyright (c) 2010-2013,2015 Free Software Foundation, Inc. # +# Copyright (c) 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 +80,7 @@ test -d ./test && cd ./test 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" 0 1 2 3 15 umask 077 if ! ( mkdir $BUILD )