diff options
Diffstat (limited to 'functions/losetup.sh')
-rwxr-xr-x | functions/losetup.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/losetup.sh b/functions/losetup.sh index 3c470f988..a788771be 100755 --- a/functions/losetup.sh +++ b/functions/losetup.sh @@ -7,8 +7,6 @@ # This is free software, and you are welcome to redistribute it # under certain conditions; see COPYING for details. -set -e - Losetup () { DEVICE="${1}" |