Package: debmirror
Version: 20070123
Severity: wishlist
Near the end of the manual, this line can be simplified by moving the pipe:
gpg --keyring /usr/share/keyrings/debian-archive-keyring.gpg --export \
| gpg --import
to
gpg --keyring /usr/share/keyrings/debian-archive-keyring.gpg --export |
gpg --import
POSIX sh knows that there has to be a command after a pipe, and thus a
newline is whitespace and allowed (without needing a continuation
escape).
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]