From 6ac40a597939989a55ab5465f548489e1ea4937d Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 3 Sep 2020 10:17:52 +0200 Subject: various * README.md & RELNOTES * Allow gnome-build do read and write .bash_history, it has a build-in terminal * D-Bus filter for gnome-passwordsafe * wruc for supertuxkart * wruc+wusc for totem * dbus-system none for totem * remove src/man/preproc.c it is replaced by preproc.awk * remove dead-code form preproc.awk --- src/man/preproc.awk | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/man/preproc.awk') diff --git a/src/man/preproc.awk b/src/man/preproc.awk index d5cee8c44..20081b551 100755 --- a/src/man/preproc.awk +++ b/src/man/preproc.awk @@ -20,20 +20,11 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -function errexit(msg) { - print msg > "/dev/stderr" - exit 1 -} - BEGIN { macros[0] = 0 for (arg in ARGV) { if (ARGV[arg] ~ /^-D[A-Z_]+$/) { macros[length(macros) + 1] = substr(ARGV[arg], 3) - } else { - if (ARGV[arg] == "gawk" || ARGV[arg] == "awk") - continue -# errexit("Invalid commandline argument" ARGV[arg]) } ARGV[arg] = "" } -- cgit v1.2.3-70-g09d2