We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d05972 commit 053318eCopy full SHA for 053318e
bashrcd
@@ -99,7 +99,7 @@ f_bashrcd_register_local_symbol f_bashrcd_check_run_parts
99
f_bashrcd_list_scripts() {
100
local l_cmd_run_parts
101
102
- l_cmd_run_parts="$(f_bashrcd_check_run_parts)"
+ l_cmd_run_parts="$(f_bashrcd_check_run_parts 2>/dev/null)"
103
${l_cmd_run_parts} --list "${BASHRCD_DIR}"
104
}
105
f_bashrcd_register_local_symbol f_bashrcd_list_scripts
@@ -163,7 +163,7 @@ f_bashrcd_register_local_symbol f_bashrcd_fatal_arg_not_found
163
# main()
164
165
# This program can't run without run-parts or a compatible implementation
166
-f_bashrcd_check_run_parts
+f_bashrcd_check_run_parts &>/dev/null
167
168
f_bashrcd_init_userdir
169
0 commit comments