Improve comment

This commit is contained in:
the-sane 2023-01-20 19:15:51 -05:00
parent 5b2e202b4f
commit 394cfa9392

View File

@ -257,7 +257,7 @@ try_exec() {
# Check the exit status # Check the exit status
statuscode="$?" statuscode="$?"
if [ "$statuscode" -eq 1 ] || [ "$statuscode" -eq 127 ]; then if [ "$statuscode" -eq 1 ] || [ "$statuscode" -eq 127 ]; then
# Error # 1=sudo or sh error. 127=command not found
retval=1 retval=1
fi fi
fi fi