From d6eb5f8685661aa6f9f6e6474df6ca423698443c Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Tue, 6 May 2008 12:14:56 +0000 Subject: Added some better echo. git-svn-id: http://svn.telesphoreo.org/trunk@266 514c082c-b64e-11dc-b46d-3d985efe055d --- bootstrap.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 4afc2a099..627211095 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -35,7 +35,6 @@ for PKG_NAME in "${PKG_REQS[@]}"; do echo "merging ${PKG_NAME}..." files=("${PKG_BASE}/temp"/*) if [[ ${#files[@]} -ne 0 ]]; then - echo " copying files..." cp -a "${PKG_BASE}/temp"/* "${PKG_BOOT}" fi -- cgit v1.2.3