summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-05-06 12:14:56 +0000
committerJay Freeman <saurik@saurik.com>2008-05-06 12:14:56 +0000
commitd6eb5f8685661aa6f9f6e6474df6ca423698443c (patch)
tree5816f70d26a0cc212a2fe8c0fdda753e333e862a /bootstrap.sh
parentf2ab48fab3d0b2fb3af97fc3301b230f387cdb69 (diff)
Added some better echo.
git-svn-id: http://svn.telesphoreo.org/trunk@266 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 0 insertions, 1 deletions
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