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

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1
INIT=$DEST/../dynbinary/dockerinit-$VERSION

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST="$1"
BINARY="$DEST/../binary/docker-$VERSION"

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DEST=$1