I see, you also modified it. Okay I agree with changes.
Thanks
Vladimir
On 5/6/13 10:20 AM, Christian Thalinger wrote:
On May 6, 2013, at 9:50 AM, Vladimir Kozlov <vladimir.koz...@oracle.com> wrote:
Did you use 'hg rename' to move hotspot.script? We need to preserve history.
hg move, yes. An hg diff on my machine shows a diff:
cthaling@macbook:~/ws/8008772$ hg di make/hotspot.script
diff --git a/src/os/posix/launcher/launcher.script b/make/hotspot.script
copy from src/os/posix/launcher/launcher.script
copy to make/hotspot.script
--- a/src/os/posix/launcher/launcher.script
+++ b/make/hotspot.script
@@ -72,6 +72,7 @@
REL_MYDIR=`dirname $0`
MYDIR=`cd $REL_MYDIR && pwd`
+#
# Look whether the user wants to run inside gdb
case "$1" in
-gdb)
@@ -95,16 +96,14 @@
-- Chris
Thanks,
Vladimir
On 5/6/13 9:35 AM, Christian Thalinger wrote:
Last warning! If nobody speaks up today I'm going to push this later:
http://cr.openjdk.java.net/~twisti/8008772/
-- Chris
On May 2, 2013, at 5:28 PM, Christian Thalinger
<christian.thalin...@oracle.com> wrote:
On May 2, 2013, at 5:25 PM, John Rose <john.r.r...@oracle.com> wrote:
On May 2, 2013, at 4:44 PM, Christian Thalinger
<christian.thalin...@oracle.com> wrote:
is anyone using env.{sh,csh}?
I'll suggest that the answer is going to be "no". I think very few people have
ever used them. — John
I think you're right. Let's remove them with this change then.
-- Chris