mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-25 07:51:28 +00:00
scripts/rebuild-rhel-kernel-rpm, log(): Interpret control characters correctly
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5170 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -93,7 +93,7 @@ esac
|
||||
|
||||
function log {
|
||||
echo
|
||||
echo "$@"
|
||||
printf "$@"
|
||||
echo
|
||||
}
|
||||
|
||||
@@ -325,5 +325,4 @@ cd ${rpmbuild_dir}/SPECS
|
||||
} 2>&1 | tee build.log
|
||||
|
||||
|
||||
log "Ready. You can now install the freshly built kernel RPM as follows:\n"\
|
||||
"sudo rpm -ivh --force $HOME/rpmbuild/RPMS/${arch}/kernel-*.rpm"
|
||||
log "Ready. You can now install the freshly built kernel RPM as follows:\nsudo rpm -ivh --force $HOME/rpmbuild/RPMS/${arch}/kernel-*.rpm"
|
||||
|
||||
Reference in New Issue
Block a user