From d8af43e8a2c804b42d7931c108baca3a5c31ded2 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 20 Feb 2019 11:14:06 +0000 Subject: Pipeline's Bash and AWK deleted when re-building ncurses As in all programs, the build process of ncurses depends on the running shell (Bash) and AWK. At the start of the building of ncurses, we remove its library. But Bash and AWK depend on ncurses to run (this creates a circular dependency). Therefore its necessary to remove the Bash and AWK executables when re-building ncurses. This bug was found by Raul Infante Sainz. --- .file-metadata | Bin 3956 -> 4007 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 517973d..dec165e 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1