Fix usage of nonexistent variable in removeDebianPackage
This commit is contained in:
committed by
Axel Beckert
parent
fd0a486beb
commit
a7a8028dc0
@@ -322,7 +322,7 @@ removeDebianPackage ()
|
||||
#
|
||||
# Log our options
|
||||
#
|
||||
logMessage "Purging Debian package ${package} from prefix ${prefix}"
|
||||
logMessage "Purging Debian package $@ from prefix ${prefix}"
|
||||
|
||||
#
|
||||
# We require a prefix
|
||||
|
||||
Reference in New Issue
Block a user