mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-21 12:48:38 +01:00
Fixed build script
This commit is contained in:
parent
95631f78f4
commit
6ae017829a
2
build.sh
2
build.sh
@ -224,7 +224,7 @@ printc "%{YELLOW}Building scripts...%{CLEAR}\n" 1>&2
|
|||||||
file_i=0
|
file_i=0
|
||||||
file_n="${#SOURCES[@]}"
|
file_n="${#SOURCES[@]}"
|
||||||
for file in "${SOURCES[@]}"; do
|
for file in "${SOURCES[@]}"; do
|
||||||
((file_i++))
|
((file_i++)) || true;
|
||||||
|
|
||||||
filename="$(basename "$file" .sh)"
|
filename="$(basename "$file" .sh)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user