tINSTALL: do not rm config after setting it up - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 952a9afae06b4e13b1e0da3e768bbd4bf64b9ec5
 (DIR) parent b741db607a9033364fdab4151512ffbad2153ac9
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Mon, 13 Jan 2020 23:38:04 -0500
       
       INSTALL: do not rm config after setting it up
       
       Fixes #334.
       
       Diffstat:
         M INSTALL                             |      14 +++++++-------
       
       1 file changed, 7 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/INSTALL b/INSTALL
       t@@ -23,6 +23,13 @@ x-r)
                exit 1
        esac
        
       +echo "+ Mailing list: https://groups.google.com/group/plan9port-dev"
       +echo "+ Issue tracker: https://github.com/9fans/plan9port/issues/"
       +echo "+ Submitting changes: https://github.com/9fans/plan9port/pulls"
       +echo " "
       +echo "* Resetting $PLAN9/config"
       +rm -f config
       +
        PLAN9=`pwd` export PLAN9
        PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH
        case `uname` in
       t@@ -58,13 +65,6 @@ DragonFly|*BSD)
                ;;
        esac
        
       -echo "+ Mailing list: https://groups.google.com/group/plan9port-dev"
       -echo "+ Issue tracker: https://github.com/9fans/plan9port/issues/"
       -echo "+ Submitting changes: https://github.com/9fans/plan9port/pulls"
       -echo " "
       -echo "* Resetting $PLAN9/config"
       -rm -f config
       -
        (
        if [ `uname` = Linux ]; then
                # On Linux, we use the kernel version to decide whether