[Libreoffice] [PATCH] Use /usr/bin/env bash

Robert Nagy robert at openbsd.org
Wed Nov 3 17:21:38 PDT 2010


---
 bin/g |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 #
-- 
1.7.3.1



More information about the LibreOffice mailing list