From f28107617d729d2d3dedcb0013f1177c4a8bdab7 Mon Sep 17 00:00:00 2001 From: sakaki Date: Mon, 18 Aug 2014 09:19:36 +0100 Subject: [PATCH] Fixed confusing printed message. Previous version would request user run "buildkernel ----copy-from-staging" when kernel built in staging, but this will not work (has two extra dashes). Version moved to 1.0.3 --- genup | 4 ++-- genup.8 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/genup b/genup index e0aec76..c7a57f5 100755 --- a/genup +++ b/genup @@ -28,7 +28,7 @@ set -u # ********************** variables ********************* PROGNAME="$(basename "${0}")" -VERSION="1.0.2" +VERSION="1.0.3" RED_TEXT="" GREEN_TEXT="" YELLOW_TEXT="" RESET_ATTS="" if [[ -v TERM && -n "${TERM}" && "${TERM}" != "dumb" ]]; then RED_TEXT="$(tput setaf 1)$(tput bold)" @@ -283,7 +283,7 @@ display_final_status() { else show "An updated kernel has been successfully built in the staging area!" show "You can install it to your EFI system partition by issuing:" - show " buildkernel ----copy-from-staging" + show " buildkernel --copy-from-staging" fi fi if ((NEEDSDISPATCHCONF==2)); then diff --git a/genup.8 b/genup.8 index aaab9b7..5923daa 100644 --- a/genup.8 +++ b/genup.8 @@ -1,4 +1,4 @@ -.TH GENUP 8 "Version 1.0.2: July 2014" +.TH GENUP 8 "Version 1.0.3: August 2014" .SH NAME genup \- update Portage tree, all installed packages, and kernel .SH SYNOPSIS