home
·
contact
·
privacy
projects
/
confplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e2261
)
Fix printf error.
author
Plom Heller
<plom@plomlompom.com>
Tue, 25 Aug 2026 20:46:26 +0000
(22:46 +0200)
committer
Plom Heller
<plom@plomlompom.com>
Tue, 25 Aug 2026 20:46:26 +0000
(22:46 +0200)
install_debian.sh
patch
|
blob
|
history
diff --git
a/install_debian.sh
b/install_debian.sh
index 8b57c744493a75f102ab306274bb52dfa7d3dd32..aed702e7fceb3b880c52c0febb37d0c16ab2b39d 100755
(executable)
--- a/
install_debian.sh
+++ b/
install_debian.sh
@@
-20,7
+20,7
@@
msg_nonl() {
printf '[## %s ##] ' "${SCRIPT_NAME}"
# shellcheck disable=SC2059
# (assume we'll always pass a literal format string)
- printf "$@"
+ printf
--
"$@"
}
msg() {
msg_nonl "$@"