···2929 # NOTE: The correct path of '$PREFIX/local/bin' would be more correct,
3030 # however, '$PREFIX/local' doesn't exist by default on Termux (and thus,
3131 # not in $PATH), so we'll install it in '$PREFIX/bin' instead
3232+ # shellcheck disable=SC2153
3233 install_dir="$PREFIX/bin"
3334 ;;
3435 "haiku")
···116117 atfile.say.debug "Creating config file..."
117118118119 echo -e "ATFILE_USERNAME=<your-username>\nATFILE_PASSWORD=<your-password>" > "$conf_dir/$_file_envvar"
120120+ # shellcheck disable=SC2320
119121 [[ $? != 0 ]] && die "Unable to create config file ($conf_dir/$_file_envvar)"
120122 fi
121123