diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 20:16:14 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 20:16:14 +0400 |
commit | a40fc419682e431c61f3f75333e3df15f31c6fac (patch) | |
tree | 36108c48f745765571d1bdee70a0c70516e2b80e /scripts | |
parent | a037142f9d6403a6b2865f4baccaf8e90fccc2a8 (diff) |
slight: very small style change
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/slight | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/slight b/scripts/slight index 740c07e..8aaa5eb 100755 --- a/scripts/slight +++ b/scripts/slight @@ -65,7 +65,6 @@ while getopts "i:d:s:ph" option; do h) help; exit 0 ;; *) err "Try '${0} -h' for help." ;; - esac done |