From 992f334faf49883293848a300e017d0c3bea6f13 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Tue, 11 Nov 2008 00:19:39 +0000 Subject: * scripts/xdt-commit: Use !/bin/bash instead of !/bin/sh in the script header just to make sure everything works as it should. (Old svn revision: 28718) --- ChangeLog | 5 +++++ scripts/xdt-commit | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8315c9b..7f77b47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-11 Jannis Pohlmann + + * scripts/xdt-commit: Use !/bin/bash instead of !/bin/sh in the + script header just to make sure everything works as it should. + 2008-11-01 Jannis Pohlmann * scripts/xdt-commit: Automatically add ChangeLog files of git diff --git a/scripts/xdt-commit b/scripts/xdt-commit index 43db375..a62b0a9 100755 --- a/scripts/xdt-commit +++ b/scripts/xdt-commit @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # $Id$ # -- cgit v1.2.1