File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
exit 1
24
24
esac
25
25
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
+
26
33
PLAN9=`pwd` export PLAN9
27
34
PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH
28
35
case `uname` in
@@ -58,13 +65,6 @@ DragonFly|*BSD)
58
65
;;
59
66
esac
60
67
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
-
68
68
(
69
69
if [ `uname` = Linux ]; then
70
70
# On Linux, we use the kernel version to decide whether
You can’t perform that action at this time.
0 commit comments