mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-08-19 00:45:53 +02:00
Fixed libraries
This commit is contained in:
@@ -53,7 +53,7 @@ shiftopt() {
|
||||
# EXIT 1 -- No option value was available.
|
||||
shiftval() {
|
||||
# Skip if a value was already provided.
|
||||
if [[ -z "${ARG_VAL+x}" ]]; then
|
||||
if [[ -n "${OPT_VAL+x}" ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user