mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
cache/misc: be more cautious with bash
This commit is contained in:
parent
d72549a873
commit
7afdd44c43
1
assets/create.sh
vendored
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 )"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user