summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-10 19:43:30 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-10 19:43:30 +0100
commit6c8217704b2bbb70b363bd0f6c93c575f1f4a806 (patch)
tree67105919c688aadbc4ea11675071a4d46e5fe82e /src
parente3812d0141c819bfc5e10ef4f2b5e20974d89e79 (diff)
show_warning syntax fix
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index 78ecf74..4433eeb 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -513,7 +513,7 @@ interactive_select_packages() {
# set up our install location if necessary and sync up
# so we can get package lists
- target_prepare_pacman || ( show_warning "Pacman preparation failed! Check $LOG for errors." && return 1 )
+ target_prepare_pacman || ( show_warning 'Pacman preparation failure' "Pacman preparation failed! Check $LOG for errors." && return 1 )
# show group listing for group selection, base is ON by default, all others are OFF
local _catlist="base ^ ON"