diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-21 22:41:43 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-21 22:41:43 +0300 |
| commit | 4cd4689457cb8ee33b077feec5e111909f4a475b (patch) | |
| tree | ebe34b1cd8a10c46bbe48f18091a9a278a10de5f /operators/url_parser.zsh | |
| parent | 71713703e3e9728dc25d77e01dcb8dd2365ccae8 (diff) | |
*/*: Refactor cut calls
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'operators/url_parser.zsh')
| -rw-r--r-- | operators/url_parser.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/operators/url_parser.zsh b/operators/url_parser.zsh index 050ce21..f18542a 100644 --- a/operators/url_parser.zsh +++ b/operators/url_parser.zsh @@ -52,7 +52,7 @@ else ib_query="id:${ib_post_id}" fi -ib_hash="$(sha1sum <<< "${user_id}${ib_board}${ib_query}" | cut -d ' ' -f 1)" +ib_hash="$(sha1sum <<< "${user_id}${ib_board}${ib_query}" | cut -F 1)" ib_file="${cache}/${ib_hash}.json" until mkdir "${cache}/${ib_hash}.lock" |
