Bug 48696 - /usr/bin/hsh: строка 334: shift: счётчик смещений за пределами диапазона
Summary: /usr/bin/hsh: строка 334: shift: счётчик смещений за пределами диапазона
Status: CLOSED DUPLICATE of bug 48509
Alias: None
Product: Sisyphus
Classification: Development
Component: hasher (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 minor
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-05 22:36 MSK by viy
Modified: 2023-12-05 23:44 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***