Hi Jan, Le vendredi 5 février 2010 22:44, Jan Engelhardt a écrit :
--- doc/README.SUSE | 4 ++-- kernel-source.changes | 5 +++++ rpm/compute-PATCHVERSION.sh | 2 +- rpm/kernel-binary.spec.in | 6 +++--- rpm/kernel-source.spec.in | 2 +- scripts/tar-up.sh | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/doc/README.SUSE b/doc/README.SUSE index bb63204..b49e335 100644 --- a/doc/README.SUSE +++ b/doc/README.SUSE @@ -302,9 +302,9 @@ can be generated from vanilla sources + patches like this:
$ cd /usr/src/packages/SOURCES $ for f in patches.*.tar.bz2; do \ - tar xfj $f || break; \ + tar -xjf "$f" || break; \ done - $ tar xfj linux-2.6.5.tar.bz2 + $ tar -xjf linux-2.6.5.tar.bz2
# Apply the patches
diff --git a/kernel-source.changes b/kernel-source.changes index 92c2fad..4697333 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Feb 5 07:47:40 UTC 2010 - jengelh@medozas.de + +- use standard short options in tar commands
Out of curiosity, did you have any reason other than esthetic for this change? Do the missing dash cause any compatibility issue? -- Jean Delvare Suse L3 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org