---
bin/git-pbuilder | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/git-pbuilder b/bin/git-pbuilder
index 379227d..bf5e5b8 100644
--- a/bin/git-pbuilder
+++ b/bin/git-pbuilder
@@ -197,7 +197,7 @@ if [ no != "$GIT_PBUILDER_AUTOCONF" ] ; then
# There has to be a configuration file matching our distribution
# and architecture.
QEMUCONFIG="/var/cache/pbuilder/$BUILDER-$ARCH-$DIST$EXT.conf"
- if [ ! -r "$CONFIG" ]; then
+ if [ ! -r "$QEMUCONFIG" ]; then
echo "Cannot read configuration file $QEMUCONFIG" >&2
exit 1
fi
--
2.6.2
_______________________________________________
git-buildpackage mailing list
[email protected]
http://lists.sigxcpu.org/mailman/listinfo/git-buildpackage