aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-03-20 16:30:03 +0530
committersinanmohd <sinan@firemail.cc>2023-03-20 16:30:03 +0530
commit91a695a17cd0c77369a80680c59dd1fe715dfe4d (patch)
tree7cf2789c39dfdb52361bda82e9574932ff8415dc
parent939c97ad9b0d1f3aa0005ed7a8cfa1073a7e3819 (diff)
damb: fix: incomplete code
-rwxr-xr-xdamb2
1 files changed, 1 insertions, 1 deletions
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
}