diff options
-rw-r--r-- | util-linux/losetup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index e2ea538d5..c94456522 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -50,6 +50,7 @@ losetup_main (int argc, char **argv) | |||
50 | || (!delete && optind + 2 != argc)) | 50 | || (!delete && optind + 2 != argc)) |
51 | bb_show_usage(); | 51 | bb_show_usage(); |
52 | 52 | ||
53 | opt = 0; | ||
53 | if (delete) | 54 | if (delete) |
54 | return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE; | 55 | return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE; |
55 | else | 56 | else |