mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-22 05:08:36 +01:00
lib: Fix accidental forkbomb when using release.sh
This commit is contained in:
parent
54db67408e
commit
08d2896b1a
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Gets the current bat version.
|
# Gets the current bat version.
|
||||||
bat_version() {
|
bat_version() {
|
||||||
"$EXECUTABLE_BAT" --version | cut -d ' ' -f 2
|
command "$EXECUTABLE_BAT" --version | cut -d ' ' -f 2
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user