Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


0001-Bugfix-ups-forgot-a-leading-in-shebang-in-start-lo-j.patch:

Bugfix: ups - forgot a leading '/' in shebang in start-lo-jenkins.sh

--Henrik Jensen

(HenrikJ on #libreoffice-dev)
From c069fe6d54e48d52ff4b2eefd3350548891c9c67 Mon Sep 17 00:00:00 2001
From: Henrik Jensen <hrikjsenvagt-lo@yahoo.dk>
Date: Mon, 15 Aug 2011 07:03:48 +0200
Subject: [PATCH] Bugfix: ups - forgot a leading '/' in shebang in start-lo-jenkins.sh

---
 ubuntu-jenkins/setup-ubuntu-jenkins.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ubuntu-jenkins/setup-ubuntu-jenkins.sh b/ubuntu-jenkins/setup-ubuntu-jenkins.sh
index 507cea9..c2a5957 100755
--- a/ubuntu-jenkins/setup-ubuntu-jenkins.sh
+++ b/ubuntu-jenkins/setup-ubuntu-jenkins.sh
@@ -19,7 +19,7 @@ wget --no-check-certificate https://github.com/downloads/KentBeck/junit/junit-4.
 git clone git://anongit.freedesktop.org/libreoffice/contrib/dev-tools dev-tools
 mv dev-tools/ubuntu-jenkins/jobs jobs
 rm -rf dev-tools
-echo "#!bin/sh" > start-lo-jenkins.sh
+echo "#!/bin/sh" > start-lo-jenkins.sh
 echo "java -DJENKINS_HOME=$(pwd) -jar $(pwd)/jenkins.war">> start-lo-jenkins.sh
 chmod u+x start-lo-jenkins.sh
 echo "done."
-- 
1.7.4.1


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.