From 19f1b42e29d3fce889f5abbdd82da69b648ce02e Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Tue, 10 Sep 2013 17:02:43 +0200 Subject: [system.inc] Forgot to reinstate perror for pwarning ... --- helper/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/system.inc b/helper/system.inc index 606ef406..defa5c98 100644 --- a/helper/system.inc +++ b/helper/system.inc @@ -26,7 +26,7 @@ if [ "$(uname -m)x" = "x86_64x" ]; then case $SYS_DISTRIBUTION in ubuntu | debian) LIB64="lib" ;; opensuse) LIB64="lib64" ;; - *) pwarning "Cannot set LIB64, SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;; + *) perror "Cannot set LIB64, SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;; esac AMD64_I386=amd64 X86_64_I586=x86_64 -- cgit v1.2.3-55-g7522