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


This ran /bin/sh which runs dash on debian. dash has no support for the
pushd bashism used in this script so the script fails. So we need to 
either explicitely request bash or remove the bashism in this one.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
---
 bin/build-galleries |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/build-galleries b/bin/build-galleries
index 118259b..f21fb34 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
-- 
1.7.0.4


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.