mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-07-13 10:45:04 +02:00
lib: Fix accidental forkbomb when using release.sh
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user