mirror of https://github.com/docker/docs.git
Merge pull request #116 from nathanleclaire/fix_script_bash
Fix scripting issue (systems which don't default to bash)
This commit is contained in:
commit
d16614757e
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
|
|
Loading…
Reference in New Issue