This commit is contained in:
ed
2021-08-01 00:17:05 +02:00
parent 9209e44cd3
commit 02c7061945
3 changed files with 4 additions and 4 deletions

View File

@@ -268,7 +268,7 @@ zdir="$tmpdir/cpp-mksfx"
mkdir -p "$zdir"
echo a > "$zdir/$stamp"
nf=$(ls -1 "$zdir"/arc.* | wc -l)
[ $nf -ge 10 ] && [ ! $repack ] && use_zdir=1 || use_zdir=
[ $nf -ge 2 ] && [ ! $repack ] && use_zdir=1 || use_zdir=
[ $use_zdir ] || {
echo "$nf alts += 1"