From 91a695a17cd0c77369a80680c59dd1fe715dfe4d Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 20 Mar 2023 16:30:03 +0530 Subject: damb: fix: incomplete code --- damb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damb b/damb index 66a8cb6..f8f68b9 100755 --- a/damb +++ b/damb @@ -96,7 +96,7 @@ main() "") ;; # stay quiet when user quits the program during selection *) - "option not implemented";; + die "option not implemented";; esac } -- cgit v1.2.3