fix buildprocess if running as cron job (package info files corrupted due missing...
authorralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 26 Jan 2008 12:19:45 +0000 (12:19 +0000)
committerralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 26 Jan 2008 12:19:45 +0000 (12:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10273 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/scan.mk

index 3d97a4f5c34ea90b46b1dbe0a9f3aeec5a852ffe..c51c4c7adf2fa64e7b463c802a23c137606aba3d 100644 (file)
@@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1)
   endef
 else
   define progress
-       :
+       :;
   endef
 endif