This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
OpenWrt
/
openwrt
cermin dari
https://github.com/openwrt/openwrt.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement)
SVN-Revision: 10273
Ralph Hempel
18 tahun lalu
induk
aedc7243b0
melakukan
9e0be1c6e3
1 mengubah file
dengan
1 tambahan dan
1 penghapusan
Unified View
Tampilkan Statistik Diff
1
1
include/scan.mk
+ 1
- 1
include/scan.mk
Tampilan Berkas
@@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1)
endef
endef
else
else
define progress
define progress
- :
+ :
;
endef
endef
endif
endif