mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-20 11:47:43 +02: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…
x
Reference in New Issue
Block a user