automake-patches
[Top][All Lists]
Advanced

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

Re: install-sh clean-up


From: Jim Meyering
Subject: Re: install-sh clean-up
Date: Fri, 17 Jan 2003 15:51:39 +0100

Alexandre Duret-Lutz <address@hidden> wrote:
> Since you are removing useless `else :' maybe this could also
> be shortened to
>
>  if test ! -f "$src" && test ! -d "$src"; then
>     echo "$0: $src does not exist." >&2
>     exit 1
>  fi
>
> [...]
>
> | +  # If destination is a directory, append the input filename; won't work
> | +  # if double slashes aren't ignore.
>
> ignored

Thank you!
I've applied both suggestions and checked it in.




reply via email to

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