From f69638997f9737236e1af63a9e56f425076fe8d4 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Sun, 20 Jan 2008 05:38:13 +0000 Subject: [PATCH] improve promote script --- releng.control/promote.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releng.control/promote.sh b/releng.control/promote.sh index 25fdde4af..c1fdb84ba 100755 --- a/releng.control/promote.sh +++ b/releng.control/promote.sh @@ -103,10 +103,10 @@ fi FROMDIR=${mostRecentDir}/${dropDirName} TODIR=${DOWNLOAD_ROOT}/webtools/downloads/drops/${buildBranch}/ -echo -printf "\n\t%s\n" "declaring build ${dropDirName} on buildstream ${buildBranch}" -printf "\t\t%s\n" "into ${TODIR}" -printf "\t\t%s\n\n" "using the build from ${FROMDIR}" + +printf "\t%s\n" "declaring build ${dropDirName} on buildstream ${buildBranch}" +printf "\t\t%s\n" "into ${TODIR}" +printf "\t\t%s\n\n" "using the build from ${FROMDIR}" cp -R ${FROMDIR} ${TODIR} -- GitLab