* [PATCH] improve error message if make.sh is executed by non-root user
@ 2018-04-23 14:17 Peter Müller
2018-04-24 10:14 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2018-04-23 14:17 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 489 bytes --]
Fixes #11706.
Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
---
make.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make.sh b/make.sh
index c03e464b5..252183cc8 100755
--- a/make.sh
+++ b/make.sh
@@ -416,7 +416,7 @@ prepareenv() {
# Checking if running as root user
if [ $(id -u) -ne 0 ]; then
- exiterror "Not building as root"
+ exiterror "root privileges required for building"
fi
# Checking for necessary temporary space
--
2.13.6
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] improve error message if make.sh is executed by non-root user
2018-04-23 14:17 [PATCH] improve error message if make.sh is executed by non-root user Peter Müller
@ 2018-04-24 10:14 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2018-04-24 10:14 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 583 bytes --]
Merged.
On Mon, 2018-04-23 at 16:17 +0200, Peter Müller wrote:
> Fixes #11706.
>
> Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
> ---
> make.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/make.sh b/make.sh
> index c03e464b5..252183cc8 100755
> --- a/make.sh
> +++ b/make.sh
> @@ -416,7 +416,7 @@ prepareenv() {
>
> # Checking if running as root user
> if [ $(id -u) -ne 0 ]; then
> - exiterror "Not building as root"
> + exiterror "root privileges required for building"
> fi
>
> # Checking for necessary temporary space
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-24 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 14:17 [PATCH] improve error message if make.sh is executed by non-root user Peter Müller
2018-04-24 10:14 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox