Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-12 09:48:51 +0400
committerChristopher Faylor <me@cgf.cx>2000-08-12 09:48:51 +0400
commite48a8ed6ecdd5fd419b2dca3fba81af55c584a5e (patch)
tree9c952238498d6d62cb77ae204405366a39816140 /winsup/cygwin/mkvers.sh
parent84cf3d22e3043ceffa0a14f4bb56f914992f0e68 (diff)
* mkvers.sh: Properly trap exit removal of temp file. Remove debugging
statement.
Diffstat (limited to 'winsup/cygwin/mkvers.sh')
-rwxr-xr-xwinsup/cygwin/mkvers.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygwin/mkvers.sh b/winsup/cygwin/mkvers.sh
index da9688a51..d111c2ca9 100755
--- a/winsup/cygwin/mkvers.sh
+++ b/winsup/cygwin/mkvers.sh
@@ -10,7 +10,6 @@
# details.
exec 9> version.cc
-trap "rm -f /tmp/version.cc" 1 2 15
#
# Arg 1 is the name of the version include file
@@ -172,5 +171,4 @@ fi
echo "Version $cygwin_ver"
set -$- $builddate
-set -x
-exec $windres --include-dir $dir/../w32api/include --include-dir $dir/include --define CYGWIN_BUILD_DATE="$1" --define CYGWIN_BUILD_TIME="$2" --define CYGWIN_VERSION='"'"$cygwin_ver"'"' $rcfile winver.o
+$windres --include-dir $dir/../w32api/include --include-dir $dir/include --define CYGWIN_BUILD_DATE="$1" --define CYGWIN_BUILD_TIME="$2" --define CYGWIN_VERSION='"'"$cygwin_ver"'"' $rcfile winver.o