Update bundlescript shebangs to be bash, reflecting how they're actually invoked

This commit is contained in:
Tianon Gravi
2013-12-02 15:48:26 -07:00
parent 8afb0abbee
commit 3ac76cfeff
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1
INIT=$DEST/../dynbinary/dockerinit-$VERSION
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST="$1"
BINARY="$DEST/../binary/docker-$VERSION"
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1