Author: n_hibma
Date: Thu Sep 21 10:13:48 2017
New Revision: 323855
URL: https://svnweb.freebsd.org/changeset/base/323855

Log:
  Remove an 'unused' function.
  
  This function was only set in legacy.sh and only at the very end after
  the disk image had been successfully created. The only difference will be
  that the message 'Error encountered. Please check...' will not appear if
  nanobsd.sh exits with an error after the disk image has been created.

Modified:
  head/tools/tools/nanobsd/defaults.sh
  head/tools/tools/nanobsd/legacy.sh

Modified: head/tools/tools/nanobsd/defaults.sh
==============================================================================
--- head/tools/tools/nanobsd/defaults.sh        Thu Sep 21 10:10:42 2017        
(r323854)
+++ head/tools/tools/nanobsd/defaults.sh        Thu Sep 21 10:13:48 2017        
(r323855)
@@ -291,11 +291,6 @@ CR0 ( ) {
        chroot "${NANO_WORLDDIR}" /bin/sh -c "$*" || true
 }
 
-nano_cleanup ( ) (
-       [ $? -eq 0 ] || echo "Error encountered.  Check for errors in last log 
file." 1>&2
-       exit $?
-)
-
 clean_build ( ) (
        pprint 2 "Clean and create object directory (${MAKEOBJDIRPREFIX})"
 

Modified: head/tools/tools/nanobsd/legacy.sh
==============================================================================
--- head/tools/tools/nanobsd/legacy.sh  Thu Sep 21 10:10:42 2017        
(r323854)
+++ head/tools/tools/nanobsd/legacy.sh  Thu Sep 21 10:13:48 2017        
(r323855)
@@ -198,7 +198,6 @@ create_diskimage ( ) (
        mdconfig -d -u $MD
 
        trap - 1 2 15
-       trap nano_cleanup EXIT
 
        ) > ${NANO_LOG}/_.di 2>&1
 )
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to