[Libreoffice-commits] .: bin/g
Miklos Vajna
vmiklos at kemper.freedesktop.org
Wed Nov 3 17:30:38 PDT 2010
bin/g | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 896a77bc3fccfaa5e33a0362f034cd2f3e659d07
Author: Robert Nagy <robert at openbsd.org>
Date: Thu Nov 4 01:21:38 2010 +0100
Use /usr/bin/env bash
diff --git a/bin/g b/bin/g
index f0928de..b1c80fc 100755
--- a/bin/g
+++ b/bin/g
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Wrapper for git to handle more subdirs at the same time
#
More information about the Libreoffice-commits
mailing list