projects
/
shellsnippets
/
shellsnippets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb4744
)
allow SUDO= c …
master
author
mirabilos
<t.glaser@tarent.de>
Sat, 27 Mar 2021 21:19:33 +0000
(22:19 +0100)
committer
mirabilos
<mirabilos@evolvis.org>
Sat, 27 Mar 2021 21:19:33 +0000
(22:19 +0100)
mksh/debian-dev/c
patch
|
blob
|
history
diff --git
a/mksh/debian-dev/c
b/mksh/debian-dev/c
index
b9e8faa
..
e4668a3
100644
(file)
--- a/
mksh/debian-dev/c
+++ b/
mksh/debian-dev/c
@@
-2,7
+2,7
@@
#-
# Copyright © 2020
# mirabilos <m@mirbsd.org>
-# Copyright © 2013, 2014, 2018
+# Copyright © 2013, 2014, 2018
, 2021
# mirabilos <t.glaser@tarent.de>
#
# Provided that these terms and disclaimer and all copyright notices
@@
-126,4
+126,4
@@
case ${DIST%/*} {
unset TMPDIR
set -x
-exec
sudo
"${cmd[@]}" cowbuilder "$@"
+exec
${SUDO-sudo}
"${cmd[@]}" cowbuilder "$@"