Browse Source

Fixed lib/functions.in's abort() to work when ECHO_E is undefined

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
0a3724b6fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/functions.in

+ 1
- 1
lib/functions.in

@ -463,7 +463,7 @@ create_config_cache() {
# (is overwritten in Build-Pkg)
#
abort() {
$ECHO_E "The package build aborted with the following config" \
${ECHO_E:-echo -e} "The package build aborted with the following config" \
"error:\n$*" > $root/var/adm/logs/$stagelevel-$xpkg.err
echo_errorquote "`cat $root/var/adm/logs/$stagelevel-$xpkg.err`"
echo_pkg_abort $stagelevel $repository $xpkg

Loading…
Cancel
Save