pmbootstrap: make use of consistent casing (MR 2090)

This commit is contained in:
BO41 2021-08-12 17:03:26 +02:00
parent a6c63f9580
commit e1aef47271
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 4 additions and 4 deletions

View file

@ -239,7 +239,7 @@ set_alias_make() {
cmd="$cmd srcdir=/mnt/linux builddir=/mnt/linux/.output tmpdir=/tmp/envkernel" cmd="$cmd srcdir=/mnt/linux builddir=/mnt/linux/.output tmpdir=/tmp/envkernel"
cmd="$cmd ./\"\$_script\"\";" cmd="$cmd ./\"\$_script\"\";"
cmd="$cmd else" cmd="$cmd else"
cmd="$cmd echo \"Error: \$_script not found.\";" cmd="$cmd echo \"ERROR: \$_script not found.\";"
cmd="$cmd fi;" cmd="$cmd fi;"
cmd="$cmd };" cmd="$cmd };"
cmd="$cmd _run_script \"\$@\"" cmd="$cmd _run_script \"\$@\""

View file

@ -54,7 +54,7 @@ def main():
if mount.ismount(args.work + "/chroot_native/dev"): if mount.ismount(args.work + "/chroot_native/dev"):
logging.info("NOTE: chroot is still active (use 'pmbootstrap" logging.info("NOTE: chroot is still active (use 'pmbootstrap"
" shutdown' as necessary)") " shutdown' as necessary)")
logging.info("Done") logging.info("DONE!")
except Exception as e: except Exception as e:
# Dump log to stdout when args (and therefore logging) init failed # Dump log to stdout when args (and therefore logging) init failed

View file

@ -629,4 +629,4 @@ def frontend(args):
" not get updated automatically.") " not get updated automatically.")
logging.info("Run 'pmbootstrap status' once a day before working with" logging.info("Run 'pmbootstrap status' once a day before working with"
" pmbootstrap to make sure that everything is up-to-date.") " pmbootstrap to make sure that everything is up-to-date.")
logging.info("Done!") logging.info("DONE!")

View file

@ -315,7 +315,7 @@ def arguments_qemu(subparser):
default=False, help="Use 'tablet' instead of 'mouse'" default=False, help="Use 'tablet' instead of 'mouse'"
" input for QEMU. The tablet input device automatically" " input for QEMU. The tablet input device automatically"
" grabs/releases the mouse when moving in/out of the QEMU" " grabs/releases the mouse when moving in/out of the QEMU"
" window. (Note: For some reason the mouse position is" " window. (NOTE: For some reason the mouse position is"
" not reported correctly with this in some cases...)") " not reported correctly with this in some cases...)")
ret.add_argument("--display", dest="qemu_display", ret.add_argument("--display", dest="qemu_display",