From 462c98e96a267e9da1e9ba9d230528336906c0d4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 13 Feb 2006 18:59:01 +0000 Subject: * gentls_offsets: Fix typo in error message. --- winsup/cygwin/gentls_offsets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/gentls_offsets') diff --git a/winsup/cygwin/gentls_offsets b/winsup/cygwin/gentls_offsets index 322751849..931eac3f8 100755 --- a/winsup/cygwin/gentls_offsets +++ b/winsup/cygwin/gentls_offsets @@ -74,7 +74,7 @@ system @ARGV, '-o', "/tmp/$$-1.cc", '-E', "/tmp/$$.cc"; system 'g++', '-m32', '-o', "/tmp/$$.a.out", "/tmp/$$-1.cc" and ($? == 127 && system 'c++', '-m32', '-o', "/tmp/$$.a.out", "/tmp/$$-1.cc") and die "$0: couldn't generate executable for offset calculation \"/tmp/$$.a.out\" - $!\n"; -open(TLS_OUT, '>', $tls_out) or die "$0: couldn't open tls index file \"tls_out\" - $!\n"; +open(TLS_OUT, '>', $tls_out) or die "$0: couldn't open tls index file \"$tls_out\" - $!\n"; open(OFFS, "/tmp/$$.a.out|") or die "$0: couldn't run \"/tmp/$$.a.out\" - $!\n"; print TLS_OUT ; close OFFS; -- cgit v1.2.3