The following commit has been merged in the master branch:
commit 78bc82e139df4b678491c24baf2a59af5134bc8b
Author: James Vega <[email protected]>
Date: Tue Feb 9 16:03:44 2010 -0500
uupdate: Fix a typo which caused redirection of stdout to a file name "@".
(Closes: #569062)
diff --git a/debian/changelog b/debian/changelog
index cb1f880..15b8db6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ devscripts (2.10.62) UNRELEASED; urgency=low
#565159)
* debcheckout: Ensure "/git/" is at the start of the URL's path when
performing an authenticated clone of an Alioth git repo.
+ * uupdate: Fix a typo which caused redirection of stdout to a file name "@".
+ (Closes: #569062)
[ Patrick Schoenfeld ]
* nmudiff: Fix "[nmudiff] please include --tagpending option" by applying the
diff --git a/scripts/uupdate.sh b/scripts/uupdate.sh
index 75177ea..563376b 100755
--- a/scripts/uupdate.sh
+++ b/scripts/uupdate.sh
@@ -742,7 +742,7 @@ else
elif [ "$DIFFTYPE" = tar ]; then
if [ -d debian ]; then
- echo "$PROGNAME warning: using a debian.tar.{gz|bz2|lzma} file in
old Debian source," >&@
+ echo "$PROGNAME warning: using a debian.tar.{gz|bz2|lzma} file in
old Debian source," >&2
echo "but upstream also contains a debian/ directory!" >&2
if [ -e "debian.upstream" ]; then
echo "Please apply the diff by hand and take care with this."
>&2
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].