Git development
 help / color / mirror / Atom feed
* [PATCH]: git-merge-one-file-script use /usr/bin/env to call bash
@ 2005-05-07  8:45 Thomas Glanzmann
  2005-05-07  8:52 ` Junio C Hamano
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas Glanzmann @ 2005-05-07  8:45 UTC (permalink / raw)
  To: Linus Torvalds, GIT

[PATCH]: git-merge-one-file-script use /usr/bin/env to call bash

Signed-Off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>

--- a/git-merge-one-file-script
+++ b/git-merge-one-file-script
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #
 # This is the git merge script, called with
 #

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-05-09 14:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-07  8:45 [PATCH]: git-merge-one-file-script use /usr/bin/env to call bash Thomas Glanzmann
2005-05-07  8:52 ` Junio C Hamano
2005-05-07  9:05   ` [PATCH] Use backticks instead of $(command) to maintain /bin/sh compatibility Thomas Glanzmann
2005-05-07 10:03     ` bert hubert
2005-05-07 10:15       ` Thomas Glanzmann
2005-05-07 18:38         ` Junio C Hamano
2005-05-07 23:15           ` Thomas Glanzmann
2005-05-07 17:24     ` Martin Waitz
2005-05-07 20:22       ` Morten Welinder
2005-05-07 23:15       ` Thomas Glanzmann
2005-05-09 14:47         ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox