File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
usr/libexec/helper-scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ set_labwc_keymap() {
426426 printf ' %s\n' " $0 : INFO: ephemeral '${labwc_config_path} ' contents:" >&2
427427 stcat " ${labwc_config_path} " >&2
428428 if ! mv -- " ${labwc_config_bak_path} " " ${labwc_config_path} " ; then
429- printf ' %s\n' " $0 : ERROR: Cannot move backup labwc environment config '${labwc_config_bak_path} ' to original location '${labwc_config_path} '!" >&2
429+ printf ' %s\n' " $0 : ERROR: Cannot move backup ' labwc' environment config '${labwc_config_bak_path} ' to original location '${labwc_config_path} '!" >&2
430430 return 1
431431 fi
432432 elif [ " ${do_persist} " = ' true' ]; then
@@ -435,7 +435,7 @@ set_labwc_keymap() {
435435 elif [ " ${do_persist} " = ' false' ]; then
436436 printf ' %s\n' " $0 : INFO: Non-persistent configuration done. To persist, use option: --persist" >&2
437437 if ! safe-rm -- " ${labwc_config_path} " ; then
438- printf ' %s\n' " $0 : ERROR: Cannot remove temporary labwc environment config '${labwc_config_path} '!" >&2
438+ printf ' %s\n' " $0 : ERROR: Cannot remove temporary ' labwc' environment config '${labwc_config_path} '!" >&2
439439 return 1
440440 fi
441441 fi
You can’t perform that action at this time.
0 commit comments