[Libreoffice] [PATCH] build-galleries: use bash explicitely
Sebastian Spaeth
Sebastian at SSpaeth.de
Tue Oct 5 01:28:35 PDT 2010
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 at 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
More information about the LibreOffice
mailing list