1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-07-27 03:14:13 +02:00

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
assets/create.sh vendored

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