[Pkg-haskell-commits] darcs: tools: Lacking $ in error message.
Louis Bettens
louis at bettens.info
Sat Aug 31 19:58:46 UTC 2013
Sat Aug 31 19:58:15 UTC 2013 Louis Bettens <louis at bettens.info>
* Lacking $ in error message.
M ./pkg-haskell-checkout -1 +1
M ./pkg-haskell-uupdate -1 +1
Sat Aug 31 19:58:15 UTC 2013 Louis Bettens <louis at bettens.info>
* Lacking $ in error message.
diff -rN -u old-tools/pkg-haskell-checkout new-tools/pkg-haskell-checkout
--- old-tools/pkg-haskell-checkout 2013-08-31 19:58:46.338534822 +0000
+++ new-tools/pkg-haskell-checkout 2013-08-31 19:58:46.462534900 +0000
@@ -88,7 +88,7 @@
if [ ! -e $PACKAGE-debian/control -o ! -e $PACKAGE-debian/changelog ]
then
- echo "Did not find PACKAGE-debian/control or $PACKAGE-debian/changelog."
+ echo "Did not find $PACKAGE-debian/control or $PACKAGE-debian/changelog."
echo "Is the repository in the debian/-only format?"
exit 1
fi
diff -rN -u old-tools/pkg-haskell-uupdate new-tools/pkg-haskell-uupdate
--- old-tools/pkg-haskell-uupdate 2013-08-31 19:58:46.322534865 +0000
+++ new-tools/pkg-haskell-uupdate 2013-08-31 19:58:46.466535179 +0000
@@ -43,7 +43,7 @@
if [ ! -e $PACKAGE-debian/control -o ! -e $PACKAGE-debian/changelog ]
then
- echo "Did not find PACKAGE-debian/control or $PACKAGE-debian/changelog."
+ echo "Did not find $PACKAGE-debian/control or $PACKAGE-debian/changelog."
echo "Is the repository in the debian/-only format?"
exit 1
fi
More information about the Pkg-haskell-commits
mailing list