Bug 48696

Summary: /usr/bin/hsh: строка 334: shift: счётчик смещений за пределами диапазона
Product: Sisyphus Reporter: viy <viy>
Component: hasherAssignee: Dmitry V. Levin <ldv>
Status: CLOSED DUPLICATE QA Contact: qa-sisyphus
Severity: minor    
Priority: P5 CC: at, glebfm, ldv, placeholder
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description viy 2023-12-05 22:36:07 MSK
$ hsh TMP1/hasher1 --mountpoints=/proc --number=1 --initroot-only
/usr/bin/hsh: строка 334: shift: счётчик смещений за пределами диапазона

потому что в строке 334 безусловый shift, но в строке 442 handle_package вызывается без аргумента:

[...]
elif [ -n "$initroot_only" ]; then
        handle_package
else
        for f; do
                handle_package "$f"
        done
fi
Comment 1 Dmitry V. Levin 2023-12-05 23:44:09 MSK

*** This bug has been marked as a duplicate of bug 48509 ***