[gegl] tools/xml_insert.sh specify bash in #!



commit 099b3e9fc535b43d2e5d92709d7306160ddaa2e1
Author: �yvind Kolås <pippin gimp org>
Date:   Sat Dec 5 16:48:41 2009 +0000

    tools/xml_insert.sh specify bash in #!
    
    Fixing bug #556972
    
    This entire tool can probably be replaced by a oneliner in the makefile.

 tools/xml_insert.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/xml_insert.sh b/tools/xml_insert.sh
index 16b6b24..056a0fd 100755
--- a/tools/xml_insert.sh
+++ b/tools/xml_insert.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Utility script to merge an xml snippet from one file into a document.
 #



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]