From 4dda95ce6ec3430230f83643c281a8ca14c4ee91 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 2 Sep 2003 21:11:58 +0000 Subject: [PATCH] made scripts posix git-svn-id: trunk@4557 - --- docs/html/update_gtkintf_html.sh | 2 +- docs/html/update_html.sh | 2 +- docs/html/update_lcl_html.sh | 2 +- docs/xml/make_all_skel.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/html/update_gtkintf_html.sh b/docs/html/update_gtkintf_html.sh index ae6248ef3c..93c5f02b20 100644 --- a/docs/html/update_gtkintf_html.sh +++ b/docs/html/update_gtkintf_html.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Author: Mattias Gaertner # diff --git a/docs/html/update_html.sh b/docs/html/update_html.sh index 3addcbbea4..5a1c539ea4 100644 --- a/docs/html/update_html.sh +++ b/docs/html/update_html.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Author: Mattias Gaertner # diff --git a/docs/html/update_lcl_html.sh b/docs/html/update_lcl_html.sh index 1b7a3fddbe..5fb1c2583d 100644 --- a/docs/html/update_lcl_html.sh +++ b/docs/html/update_lcl_html.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Author: Mattias Gaertner # diff --git a/docs/xml/make_all_skel.sh b/docs/xml/make_all_skel.sh index 53457306e7..a53a1e0e8f 100644 --- a/docs/xml/make_all_skel.sh +++ b/docs/xml/make_all_skel.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Author: Mattias Gaertner #