Skip to content

Commit 9c23cf9

Browse files
committed
output
1 parent 78ba536 commit 9c23cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/libexec/helper-scripts/set-keyboard-layout.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)