Skip to content

Commit 1a6e906

Browse files
author
marcofilho
committed
base: remove unneeded ';' from lnls-get-n-unpack.
Command separator is not needed if there are no commands afterwards. Drop it as suggested during review [1]. [1] cnpem#80 (comment) Suggested-by: Gustavo de Souza dos Reis <[email protected]>
1 parent 0c7694d commit 1a6e906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/lnls-get-n-unpack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ case "$1" in
88
-r) dest=/ ;;
99
-l) dest=. ;;
1010
*) >&2 echo "Invalid extraction mode: must be either root (-r) or local (-l)."
11-
exit 1;
11+
exit 1
1212
;;
1313
esac
1414

0 commit comments

Comments
 (0)