mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-30 14:20:23 +02:00
cache/misc: be more cautious with bash
This commit is contained in:
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 )"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user