[ooo-build-commit] .: bin/amt-license-patch bin/build-galleries bin/build-tools bin/defuzzpatch bin/extract-gsi bin/extract-new-strings bin/install-dictionaries bin/install-mono bin/install-sdk bin/tunnel

Michael Meeks mmeeks at kemper.freedesktop.org
Tue Oct 5 03:39:08 PDT 2010


 bin/amt-license-patch    |    2 +-
 bin/build-galleries      |    2 +-
 bin/build-tools          |    2 +-
 bin/defuzzpatch          |    2 +-
 bin/extract-gsi          |    2 +-
 bin/extract-new-strings  |    2 +-
 bin/install-dictionaries |    2 +-
 bin/install-mono         |    2 +-
 bin/install-sdk          |    2 +-
 bin/tunnel               |    2 --
 10 files changed, 9 insertions(+), 11 deletions(-)

New commits:
commit 4a489e6af1d25de33131e46dade92261c7dcc645
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Tue Oct 5 11:37:49 2010 +0100

    lots of /bin/sh to /bin/bash for build tools

diff --git a/bin/amt-license-patch b/bin/amt-license-patch
index f6604f2..1358e91 100755
--- a/bin/amt-license-patch
+++ b/bin/amt-license-patch
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 indexentry=`mktemp`
 body=`mktemp`
diff --git a/bin/build-galleries b/bin/build-galleries
index 731b75d..ebebb65 100755
--- a/bin/build-galleries
+++ b/bin/build-galleries
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # this script is useful to generate galleries for OOo from Open Clip Art
 # Library source tarball that it available at
diff --git a/bin/build-tools b/bin/build-tools
index 525cde5..acbf182 100755
--- a/bin/build-tools
+++ b/bin/build-tools
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # See setup for user tweakables.
diff --git a/bin/defuzzpatch b/bin/defuzzpatch
index cd60f73..6972c1e 100755
--- a/bin/defuzzpatch
+++ b/bin/defuzzpatch
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 usage()
 {
diff --git a/bin/extract-gsi b/bin/extract-gsi
index ae31fc2..8d28566 100755
--- a/bin/extract-gsi
+++ b/bin/extract-gsi
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 # See setup for user tweakables.
diff --git a/bin/extract-new-strings b/bin/extract-new-strings
index 7aa5469..ac1a0c2 100755
--- a/bin/extract-new-strings
+++ b/bin/extract-new-strings
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 # See setup for user tweakables.
diff --git a/bin/install-dictionaries b/bin/install-dictionaries
index 1e7ff4d..3ead159 100755
--- a/bin/install-dictionaries
+++ b/bin/install-dictionaries
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # See setup for user tweakables.
diff --git a/bin/install-mono b/bin/install-mono
index 49bfa67..d37d7a5 100755
--- a/bin/install-mono
+++ b/bin/install-mono
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # this script finishes the mono installation
 
diff --git a/bin/install-sdk b/bin/install-sdk
index b49e7b8..b632bbb 100755
--- a/bin/install-sdk
+++ b/bin/install-sdk
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # this script finishes the mono installation
 
diff --git a/bin/tunnel b/bin/tunnel
deleted file mode 100755
index f751d94..0000000
--- a/bin/tunnel
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-ssh -f -2 -P -L 2401:localhost:2401 tunnel at openoffice.org sleep 140000 < /dev/null > /dev/null


More information about the ooo-build-commit mailing list