Skip to content

Commit

Permalink
base: remove unneeded ';' from lnls-get-n-unpack.
Browse files Browse the repository at this point in the history
As suggested by @gustavosr8 here: cnpem#80 (comment)
  • Loading branch information
marcofilho committed Nov 20, 2024
1 parent 93f7644 commit ab3b2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/lnls-get-n-unpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ case "$1" in
-r) dest=/ ;;
-l) dest=. ;;
*) >&2 echo "Invalid extraction mode: must be either root (-r) or local (-l)."
exit 1;
exit 1
;;
esac

Expand Down

0 comments on commit ab3b2e5

Please sign in to comment.