瀏覽代碼

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)
Tianon Gravi 8 年之前
父節點
當前提交
6d1937aa2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/nuke-graph-directory.sh

+ 1 - 1
contrib/nuke-graph-directory.sh

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