Skip to content

Commit ab3b2e5

Browse files
author
marcofilho
committed
base: remove unneeded ';' from lnls-get-n-unpack.
As suggested by @gustavosr8 here: cnpem#80 (comment)
1 parent 93f7644 commit ab3b2e5

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)