summaryrefslogtreecommitdiff
path: root/Dh_Haskell.sh
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2010-01-28 21:43:28 +0000
committerJoachim Breitner <mail@joachim-breitner.de>2010-01-28 21:43:28 +0000
commit0de5e71bb8c91ef855ea791c51a16e098d97fca1 (patch)
tree0ae8d1eb64a40b376ece9bc6b61b0e1ca4dab50c /Dh_Haskell.sh
parent1f71af58f5c815c46d6f0152fef03b4739f25285 (diff)
Variable name typo
Diffstat (limited to 'Dh_Haskell.sh')
-rw-r--r--Dh_Haskell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dh_Haskell.sh b/Dh_Haskell.sh
index 805ba22..89dd0c2 100644
--- a/Dh_Haskell.sh
+++ b/Dh_Haskell.sh
@@ -101,7 +101,7 @@ hashed_dependency(){
# As a transition measure, check if dpkg knows about this virtual package
if dpkg-query -W $virtual_pkg >/dev/null 2>/dev/null;
then
- echo $virpkg
+ echo $virtual_pkg
fi
}