[Git-commits] [grml/grml-live] f70b68: grml-live: fix $? usage errors
Chris Hofstaedtler
noreply at github.com
Tue Nov 26 14:41:37 CET 2024
Branch: refs/heads/shellcheck
Home: https://github.com/grml/grml-live
Commit: f70b68bd8a8cc59c89902f8b9379eb3a2e4f30e7
https://github.com/grml/grml-live/commit/f70b68bd8a8cc59c89902f8b9379eb3a2e4f30e7
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: fix $? usage errors
Commit: 7d084bcc6ea3801e7f4ce32c12fc13cd129e2d5f
https://github.com/grml/grml-live/commit/7d084bcc6ea3801e7f4ce32c12fc13cd129e2d5f
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: stop exporting SHORT_NAME
AFAICT nothing uses SHORT_NAME outside of grml-live itself.
Commit: 464edc52db982bd2e1accb1facbfff1ba4cd30dc
https://github.com/grml/grml-live/commit/464edc52db982bd2e1accb1facbfff1ba4cd30dc
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2155
Declare and assign separately to avoid masking return values.
Commit: 69b587be66713ec6017ad152d89144ddc8fc9471
https://github.com/grml/grml-live/commit/69b587be66713ec6017ad152d89144ddc8fc9471
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2162
read without -r will mangle backslashes. Not relevant here.
Commit: 3a5ff05391d3bb818fd2aaf416f5b07763e6b379
https://github.com/grml/grml-live/commit/3a5ff05391d3bb818fd2aaf416f5b07763e6b379
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: PIPESTATUS is an array
Commit: 932cc1ab3f5dfeeec8ab076cd8f92307df9613aa
https://github.com/grml/grml-live/commit/932cc1ab3f5dfeeec8ab076cd8f92307df9613aa
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: ignore SC2164 in two places
Commit: 4baa4ea3201167b749970324cc2b318a27a4e001
https://github.com/grml/grml-live/commit/4baa4ea3201167b749970324cc2b318a27a4e001
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: use while/read instead of for find
Commit: 0011b9d1b374cc903fe97592fc6b9d7db55fbf1d
https://github.com/grml/grml-live/commit/0011b9d1b374cc903fe97592fc6b9d7db55fbf1d
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: remove dead extend_string_begin function
Commit: c6e92ace503dd2b671d69ff2409bbd1582b9588d
https://github.com/grml/grml-live/commit/c6e92ace503dd2b671d69ff2409bbd1582b9588d
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix one SC2010 case
Commit: 124b442c0c5d8673f3b04ea2ad1edf42deb2bcdc
https://github.com/grml/grml-live/commit/124b442c0c5d8673f3b04ea2ad1edf42deb2bcdc
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: ignore SC2010 in two cases
Commit: 193d132e1c688bddb5fd8a19b3afba4635daa77f
https://github.com/grml/grml-live/commit/193d132e1c688bddb5fd8a19b3afba4635daa77f
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: rewrite extend_string_end without expr
Commit: 033f247929e17e2452ad9ee2df977a0b3bae2b8f
https://github.com/grml/grml-live/commit/033f247929e17e2452ad9ee2df977a0b3bae2b8f
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2004
$/${} is unnecessary on arithmetic variables.
Commit: 01955a6a926ccb49caa56b314e112c54125b1681
https://github.com/grml/grml-live/commit/01955a6a926ccb49caa56b314e112c54125b1681
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2018/SC2019
Commit: 65d7a3fc34a0e84dbe56f8db6ef5d4b1182d0f22
https://github.com/grml/grml-live/commit/65d7a3fc34a0e84dbe56f8db6ef5d4b1182d0f22
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: write grmlmain.cfg in one go
Commit: 9423d7f8443e8c02ac25e15280dbeb6305c306c3
https://github.com/grml/grml-live/commit/9423d7f8443e8c02ac25e15280dbeb6305c306c3
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: turn off two info messages
Compare: https://github.com/grml/grml-live/compare/25fe3dcec648...9423d7f8443e
To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-live/settings/notifications
More information about the Git-commits
mailing list