Parcourir la source

fix newline addition on quiet build

Waldemar Brodkorb il y a 10 ans
Parent
commit
1156f781cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mk/pkg-bottom.mk

+ 1 - 1
mk/pkg-bottom.mk

@@ -209,7 +209,7 @@ ifeq (,$(filter noscripts,${PKG_OPTS}))
 	done
 endif
 	-@test -e '${STAGING_PKG_DIR}/${PKG_NAME}.scripts' && \
-	cat '${STAGING_PKG_DIR}/${PKG_NAME}.scripts' >> '${STAGING_PKG_DIR}/${PKG_NAME}' || echo
+	cat '${STAGING_PKG_DIR}/${PKG_NAME}.scripts' >> '${STAGING_PKG_DIR}/${PKG_NAME}'
 	touch $@
 
 ${_IPKGS_COOKIE}: