Merge pull request #30519 from jessfraz/shopt

Adjust "nuke-graph-directory.sh" shebang to be explicitly Bash (includes a Bashism as of https://github.com/docker/docker/pull/27869)
This commit is contained in:
Tianon Gravi 2017-01-27 12:26:36 -08:00 committed by GitHub
commit 6d1937aa2d

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
dir="$1"