[Libreoffice-commits] .: bin/create-gitignores.sh

Tor Lillqvist tml at kemper.freedesktop.org
Fri Oct 8 00:23:05 PDT 2010


 bin/create-gitignores.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed57e98113cdd2e7ea9c1f9a72d40b7c17c4caef
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Oct 8 10:22:16 2010 +0300

    Use /bin/bash in create-gitignores.sh as it definitely uses bash features

diff --git a/bin/create-gitignores.sh b/bin/create-gitignores.sh
index 0d14dc6..6013de4 100755
--- a/bin/create-gitignores.sh
+++ b/bin/create-gitignores.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # create .gitignores for the the OOo tree
 # run in build/xyz680-mABC


More information about the Libreoffice-commits mailing list