quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] [patch 4/5] verbosly die if /proc is not mounted


From: Jean Delvare
Subject: Re: [Quilt-dev] [patch 4/5] verbosly die if /proc is not mounted
Date: Tue, 17 Dec 2013 15:38:33 +0100

Hi Martin,

Le Wednesday 19 December 2012 à 15:35 +0100, address@hidden a
écrit :
> pièce jointe document texte brut (patch-wrapper_do_depend_on_proc)
> Description: verbosly die if /proc is not mounted

Spelling: verbosely.

>  Let patch-wrapper die with an informative message when /proc is not mounted
>  althrough it needs it to pass the patching request to GNU patch since it

Spelling: although.

>  fails to understand all options.
> Forwarded: submitted 2012-12-19
> 
> --- a/bin/patch-wrapper.in
> +++ b/bin/patch-wrapper.in
> @@ -171,6 +171,10 @@ then
>      if [ -n "$opt_input" ]
>      then
>       patch=$opt_input
> +    elif [ ! -e /proc/self ]
> +    then
> +        echo "patch-wrapper: /proc not mounted!" >&2
> +     exit 1
>      elif [ -e /proc/self/fd/0 ]
>      then
>       patch=$(readlink /proc/self/fd/0)

I have no idea what patch-wrapper is good for, I don't use it. So I
can't have any objection or useful comment about the change above. Feel
free to commit it if you need that change. Please just fix the
indentation before you do so ;-)

Thanks,
-- 
Jean Delvare
Suse L3 Support




reply via email to

[Prev in Thread] Current Thread [Next in Thread]