📦➔🦋 Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix shellcheck issues

Ducky a13437e4 f589c966

+3 -1
+1 -1
src/commands/help.sh
··· 165 165 * ${_envvar_prefix}_ENDPOINT_APPVIEW ($_endpoint_appview_fallback) 166 166 * ${_envvar_prefix}_ENDPOINT_JETSTREAM ($_endpoint_jetstream_fallback) 167 167 * ${_envvar_prefix}_ENDPOINT_PLC_DIRECTORY ($_endpoint_plc_directory_fallback)\n 168 - ${_envvar_prefix}_DEBUG <bool¹> (default: $_debug_default) 168 + ${_envvar_prefix}_DEBUG <bool¹> (default: 0) 169 169 Print debug outputs 170 170 ⚠️ When output is JSON (${_envvar_prefix}_OUTPUT_JSON=1), sets to 0 171 171 ${_envvar_prefix}_DISABLE_UPDATE_CHECKING <bool¹> (default: $_disable_update_checking_default)
+2
src/shared/util.sh
··· 651 651 652 652 [[ -n $_force_os ]] && os="force-${_force_os,,}" 653 653 654 + # shellcheck disable=SC2221 655 + # shellcheck disable=SC2222 654 656 case $os in 655 657 # BSD 656 658 "freebsd"*|"netbsd"*|"openbsd"*|*"bsd"|"force-bsd") echo "bsd" ;;