Skip to content

Commit

Permalink
Fixed confusing printed message.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sakaki- committed Aug 18, 2014
1 parent a16f534 commit f281076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions genup
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion genup.8
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f281076

Please sign in to comment.