From dec9eefb3608044a62d285a5e0b7185bc610086c Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 14 Nov 2013 10:03:11 +0100 Subject: ship remaster_arch_iso: s/error;exit/die/ --- ship/src/remaster_arch_iso | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ship/src') diff --git a/ship/src/remaster_arch_iso b/ship/src/remaster_arch_iso index 046b005b..d089f872 100755 --- a/ship/src/remaster_arch_iso +++ b/ship/src/remaster_arch_iso @@ -27,9 +27,7 @@ info "mounting isofile ($isofile)" if is_root;then mount -t iso9660 -o loop,ro $isofile $isomnt else - error "we are not root enough to mount the iso. Bailing Out" - exit 1 - + die 'we are not root enough to mount the iso. Bailing Out' fi defer "info 'unmounting $isomnt';umount $isomnt" -- cgit v1.2.3