/hg/icedtea-web: Reverted previous commit "Use bash as shebang i...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Wed May 15 03:14:36 PDT 2013
changeset 1b1e547ccb4a in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=1b1e547ccb4a
author: Jiri Vanek <jvanek at redhat.com>
date: Wed May 15 12:14:26 2013 +0200
Reverted previous commit "Use bash as shebang in javaws.in"
diffstat:
ChangeLog | 4 ----
launcher/javaws.in | 2 +-
2 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 2041db60cd4b -r 1b1e547ccb4a ChangeLog
--- a/ChangeLog Tue May 14 13:28:09 2013 -0400
+++ b/ChangeLog Wed May 15 12:14:26 2013 +0200
@@ -1,7 +1,3 @@
-2013-05-14 Matthias Klose <doko at ubuntu.com>
-
- * launcher/javaws.in: Use bash as shebang.
-
2013-05-14 Jiri Vanek <jvanek at redhat.com>
Jacob Wisor <gitne at excite.co.jp>
diff -r 2041db60cd4b -r 1b1e547ccb4a launcher/javaws.in
--- a/launcher/javaws.in Tue May 14 13:28:09 2013 -0400
+++ b/launcher/javaws.in Wed May 15 12:14:26 2013 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
JAVA=@JAVA@
LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
More information about the distro-pkg-dev
mailing list