Merge pull request #3004 from tianon/shebang-bash

Update bundlescript shebangs to be bash, reflecting how they're actually invoked
Upstream-commit: 35e80868addd9ac5a2c1e006e650ac3e71f52c6a
Component: engine
This commit is contained in:
Victor Vieux
2013-12-05 16:04:09 -08:00
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