From 7e19f3339c840a4b23fd0189fc261ff8f3494270 Mon Sep 17 00:00:00 2001 From: ralph Date: Sat, 26 Jan 2008 12:19:45 +0000 Subject: [PATCH] fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10273 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/scan.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/scan.mk b/include/scan.mk index 3d97a4f5c3..c51c4c7adf 100644 --- a/include/scan.mk +++ b/include/scan.mk @@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1) endef else define progress - : + :; endef endif -- 2.11.0