We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f7644 commit ab3b2e5Copy full SHA for ab3b2e5
base/lnls-get-n-unpack.sh
@@ -8,7 +8,7 @@ case "$1" in
8
-r) dest=/ ;;
9
-l) dest=. ;;
10
*) >&2 echo "Invalid extraction mode: must be either root (-r) or local (-l)."
11
- exit 1;
+ exit 1
12
;;
13
esac
14
0 commit comments