diff options
author | Charadon <dev@iotib.net> | 2022-10-05 17:30:34 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-10-05 17:30:34 -0400 |
commit | 0f8e8ea83352fa07b7c6252b74ed4d063399db61 (patch) | |
tree | 1d0c35e2018956e0ac107da07e3625c72464c58b | |
parent | 73733275044257f26d5e6cb01af739835482e737 (diff) | |
download | dscip-0f8e8ea83352fa07b7c6252b74ed4d063399db61.tar.gz |
setup.sh: Fixed portability issue
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh index c27e1e4..58dac53 100755 --- a/setup.sh +++ b/setup.sh @@ -190,7 +190,7 @@ echo "By default, the script runs in interactive mode. But you can use command-l echo "to use the set up script non-interactively. Use -h for more info." printf "\n" echo "If you feel you are ready. Press enter, otherwise press Ctrl-C to cancel." -read -r +read -r REPLY ALL_CORRECT="false" |