To avoid bashisms, convert to /bin/bash! :)
authorGuido Trotter <ultrotter@google.com>
Mon, 16 Feb 2009 10:25:44 +0000 (10:25 +0000)
committerGuido Trotter <ultrotter@google.com>
Mon, 16 Feb 2009 10:25:44 +0000 (10:25 +0000)
Reviewed-by: iustinp

create.in
export
import
rename

index 5916e6a..0995fa7 100755 (executable)
--- a/create.in
+++ b/create.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Copyright (C) 2007 Google Inc.
 #
diff --git a/export b/export
index fea95de..e3d8595 100755 (executable)
--- a/export
+++ b/export
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Copyright (C) 2007 Google Inc.
 #
diff --git a/import b/import
index 19ea796..1047954 100755 (executable)
--- a/import
+++ b/import
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Copyright (C) 2007 Google Inc.
 #
diff --git a/rename b/rename
index 96060f6..331e691 100755 (executable)
--- a/rename
+++ b/rename
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Copyright (C) 2007 Google Inc.
 #