Skip to content

Commit 774115b

Browse files
committed
Make julia version string more precise.
1.10 would have matched 1.11.10, were it ever to exist
1 parent f7ca69d commit 774115b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_rms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if ! command -v julia &> /dev/null; then
2424
fi
2525

2626
# Check if Julia version is 1.10
27-
if ! julia --version | grep -q "1.10"; then
27+
if ! julia --version | grep -q " 1\.10"; then
2828
echo "Julia 1.10 is not installed. Current version is $(julia --version)."
2929
echo "Please install Julia 1.10 by running:"
3030
echo "juliaup add 1.10"

0 commit comments

Comments
 (0)