change sh to bash for shopt

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-01-27 12:16:40 -08:00
parent b319221c21
commit 026b710879
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
1 changed files with 1 additions and 1 deletions

View File

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