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)
Upstream-commit: 6d1937aa2d803e10124eea5ef68e2e4f89d3b4b3
Component: engine
This commit is contained in:
Tianon Gravi
2017-01-27 12:26:36 -08:00
committed by GitHub

View File

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