From 52c633e04ae8cb9c557bc23e620a1b0e93e757f2 Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Tue, 12 Sep 2000 16:21:21 +0200 Subject: [PATCH] Clean up <tmpname>.x Rev: bin/install.pike:1.73 --- bin/install.pike | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/install.pike b/bin/install.pike index ec5be25bcb..a346eb1776 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -546,13 +546,16 @@ This is free software and you are welcome to redistribute it under certain conditions; Read the files COPYING and DISCLAIMER in the Pike distribution for more details. \"; + rm -f "+tmpname+#".x exit 0 ;; -h|\\ --help) echo \"" + helptext + #"\" + rm -f "+tmpname+#".x exit 0 ;; --features) echo \"" + Tools.Install.features()*"\n" + #"\" + rm -f "+tmpname+#".x exit 0 ;; -s|\\ -- GitLab