1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #3004 from tianon/shebang-bash

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