cache/misc: be more cautious with bash

This commit is contained in:
Tim Sampson 2019-02-02 12:19:11 +02:00 committed by David Peter
parent d72549a873
commit 7afdd44c43
1 changed files with 1 additions and 0 deletions

1
assets/create.sh vendored
View File

@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail
ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"