mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-05 20:58:51 +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.
|
||||
bat_version() {
|
||||
"$EXECUTABLE_BAT" --version | cut -d ' ' -f 2
|
||||
command "$EXECUTABLE_BAT" --version | cut -d ' ' -f 2
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user