[opensuse-xorg] [PATCH] fglrx-kernel-build.sh enhancements
Changes: - correct cleaning - now it works with non-distribution kernels too - $(pwd) -> $PWD Applies to phorogit. -- Krzysztof Kotlenga <piernik$gmail,com> xmpp:pocketer@jabber.gda.pl
On Mon, Feb 18, 2008 at 05:59:23PM +0100, Krzysztof Kotlenga wrote:
Changes: - correct cleaning - now it works with non-distribution kernels too - $(pwd) -> $PWD
Applies to phorogit.
Thanks! Applied to phorogit. Best regards, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany ----------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ----------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-xorg+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-xorg+help@opensuse.org
Am Montag, 18. Februar 2008 schrieb Krzysztof Kotlenga:
Changes: - correct cleaning - now it works with non-distribution kernels too
Hmm, I ask myself, what's the point of this change:
- $(pwd) -> $PWD
Applies to phorogit. -- To unsubscribe, e-mail: opensuse-xorg+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-xorg+help@opensuse.org
Hans-Peter Jansen <hpj@urpla.net> wrote:
Hmm, I ask myself, what's the point of this change:
- $(pwd) -> $PWD
2 characters less. Seriously, it's more optimal to use environment variable laying around instead of running another command in a $(...) even if it's a shell builtin. -- Krzysztof Kotlenga <piernik$gmail,com> xmpp:pocketer@jabber.gda.pl -- To unsubscribe, e-mail: opensuse-xorg+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-xorg+help@opensuse.org
participants (3)
-
Hans-Peter Jansen
-
Krzysztof Kotlenga
-
Stefan Dirsch