[Q] Add support for installing bundled patches.

Jerry James james at xemacs.org
Fri Dec 28 21:35:25 EST 2007


QUERY

On Dec 23, 2007 9:33 PM, Stephen Turnbull
<unwelcome-guest at alioth.debian.org> wrote:
> +echo "**** 'mv' may error because there are no files to move.  It's harmless."
> +mv -v saved/*.tar.gz ../

Instead of warning, how about suppressing the error message?

mv saved/*.tar.gz ../ 2> /dev/null

-- 
Jerry James
http://loganjerry.googlepages.com/




More information about the XEmacs-Patches mailing list