diff options
author | sinanmohd <sinan@firemail.cc> | 2023-03-20 16:30:03 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-03-20 16:30:03 +0530 |
commit | 91a695a17cd0c77369a80680c59dd1fe715dfe4d (patch) | |
tree | 7cf2789c39dfdb52361bda82e9574932ff8415dc /damb | |
parent | 939c97ad9b0d1f3aa0005ed7a8cfa1073a7e3819 (diff) |
damb: fix: incomplete code
Diffstat (limited to 'damb')
-rwxr-xr-x | damb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ main() "") ;; # stay quiet when user quits the program during selection *) - "option not implemented";; + die "option not implemented";; esac } |