mirror of
https://github.com/docker/cli.git
synced 2026-09-26 17:30:51 -04:00
change sh to bash for shopt
Signed-off-by: Jess Frazelle <acidburn@google.com> Upstream-commit: 026b71087928c89db32b5746f7cbf02589b32416 Component: engine
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
dir="$1"
|
||||
|
||||
Reference in New Issue
Block a user