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 8685e23 commit 3660806Copy full SHA for 3660806
com.oracle.truffle.r.native/run/fastr_tools/configure_fastr
@@ -40,19 +40,15 @@ FASTR_HOME_DIR="$( dirname "$r_bin" )"
40
41
function printHelp {
42
echo "Checks FastR requirements and creates personal library directory (R_LIBS_USER)."
43
- echo "usage: configure_fastr [--help] [--no-ask]"
+ echo "usage: configure_fastr [--help]"
44
}
45
46
-NO_ASK=0
47
while [[ $# -gt 0 ]]; do
48
case $1 in
49
--help)
50
printHelp
51
exit 0
52
;;
53
- --no-ask)
54
- NO_ASK=1
55
- ;;
56
*)
57
>&2 echo "Unknown option '$1'"
58
0 commit comments