Skip to content

Commit 952a9af

Browse files
committed
INSTALL: do not rm config after setting it up
Fixes 9fans#334.
1 parent b741db6 commit 952a9af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

INSTALL

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ x-r)
2323
exit 1
2424
esac
2525

26+
echo "+ Mailing list: https://groups.google.com/group/plan9port-dev"
27+
echo "+ Issue tracker: https://github.com/9fans/plan9port/issues/"
28+
echo "+ Submitting changes: https://github.com/9fans/plan9port/pulls"
29+
echo " "
30+
echo "* Resetting $PLAN9/config"
31+
rm -f config
32+
2633
PLAN9=`pwd` export PLAN9
2734
PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH
2835
case `uname` in
@@ -58,13 +65,6 @@ DragonFly|*BSD)
5865
;;
5966
esac
6067

61-
echo "+ Mailing list: https://groups.google.com/group/plan9port-dev"
62-
echo "+ Issue tracker: https://github.com/9fans/plan9port/issues/"
63-
echo "+ Submitting changes: https://github.com/9fans/plan9port/pulls"
64-
echo " "
65-
echo "* Resetting $PLAN9/config"
66-
rm -f config
67-
6868
(
6969
if [ `uname` = Linux ]; then
7070
# On Linux, we use the kernel version to decide whether

0 commit comments

Comments
 (0)