Correct echo statement language
This commit is contained in:
parent
72aff30b11
commit
84764e26e6
|
@ -25,7 +25,7 @@ for dep in ${DEPS[@]}; do
|
||||||
echo "OR https://www.howtoinstall.me/ubuntu/18-04/admesh/"
|
echo "OR https://www.howtoinstall.me/ubuntu/18-04/admesh/"
|
||||||
fi
|
fi
|
||||||
if [[ "${dep}" == "openscad" ]]; then
|
if [[ "${dep}" == "openscad" ]]; then
|
||||||
echo "Individual .scad files can be compiled directly without this script"
|
echo "Individual .scad files can be compiled directly without this application"
|
||||||
fi
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue