[PATCH:makedepend] Fix bashism: shell string comparison is =, not ==.

Alan Coopersmith alan.coopersmith at oracle.com
Sun Oct 31 12:04:02 PDT 2010


Cyril Brulebois wrote:
> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> ---
>  tests/28045/makedep.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/tests/28045/makedep.sh b/tests/28045/makedep.sh
> index 322e8a0..f344b48 100755
> --- a/tests/28045/makedep.sh
> +++ b/tests/28045/makedep.sh
> @@ -5,7 +5,7 @@
>  
>  set -e
>  
> -if [ "x$MAKEDEPEND" == "x" ]; then
> +if [ "x$MAKEDEPEND" = "x" ]; then
>      MAKEDEPEND=makedepend
>  fi
>  

Thanks - reviewed & applied.

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list