Diff for /elwix/Attic/install2ub.sh between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2013/05/14 08:22:23 version 1.1.2.2, 2013/05/14 09:32:42
Line 50  compUB() Line 50  compUB()
                         gzip --force --best ${UB_KERNEL}.bin                          gzip --force --best ${UB_KERNEL}.bin
                         UB_K="${UB_KERNEL}.bin.gz"                          UB_K="${UB_KERNEL}.bin.gz"
                         ;;                          ;;
                   lzma)
                           oldlzma ${UB_KERNEL}.bin
                           UB_K="${UB_KERNEL}.bin.lzma"
                           ;;
                 *)                  *)
                         echo "Error:: not supported compress method ..."                          echo "Error:: not supported compress method ..."
                         exit 1                          exit 1

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>