mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
328 B
Diff
12 lines
328 B
Diff
Don't truncate config.log when configuration is successful.
|
|
--- config/functions.orig 2019-10-07 10:55:57.000000000 -0500
|
|
+++ config/functions 2019-10-07 10:55:57.000000000 -0500
|
|
@@ -240,7 +240,6 @@
|
|
#
|
|
save () {
|
|
# initilize the config files
|
|
- echo -n "" > config.log
|
|
echo -n "" > config.make
|
|
echo -n "" > config.h
|
|
|