| commit | 34ecfe4bdc549479749753bc0b66b2b9d2642dbc |
| parent | eb2372c03a |
| author | Mateusz Piotrowski <0mp@FreeBSD.org> |
| date | 2020-02-11 11:00 |
Remove unnecessary semicolons
fontpreview | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fontpreview b/fontpreview index d29e636..862675a 100755 --- a/fontpreview +++ b/fontpreview @@ -160,11 +160,11 @@ eval set -- "$options" while true; do case "$1" in --size) - shift; + shift FONTPREVIEW_SIZE=$2 ;; --position) - shift; + shift FONTPREVIEW_POSITION=$2 ;; -h|--help)