diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
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 |