fix ported eend function return value
authorChristian Hofstaedtler <ch@grml.org>
Tue, 26 Jul 2011 19:19:49 +0000 (21:19 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Tue, 26 Jul 2011 19:20:43 +0000 (21:20 +0200)
grml-debootstrap

index 3a3e67b..8c145b5 100755 (executable)
@@ -129,6 +129,7 @@ eend() {
   if [ $retval -gt 0 ]; then
     printf " ${BAD}-> Failed (rc=${retval})${NORMAL}\n"
   fi
+  return $retval
 }
 
 check4root(){