33echo " Install GNUstep"
44echo " "
55cat << EOF
6- .:;;::::;;:
7- ..:;X@:;X@@S:t8%::.
8- .;;88tStttttttttX8%88;:
9- .:;% @tt%t;;;;;;;::;;@8X;;:
10- ;:tS;ttt;;::;::;;t; 8SX @8;
11- ..:;S@S;;t;;;:::::tX@ X ::
12- :;:S::;;;;::;:;::;%8 8 .:.
13- .;:t .:X :S::::::;;;:::tS@ X8%t
14- .;S8S:::.SS:;:;::;:;;;;;;%X@ .. 8 8:
15- :;; 8t %;8.::;;;:8888888X8 Xt::
16- .:;X SS888;;;;;;St%..... . 8:@:
17- ;.:8 t8%;;::;;tXS . ;8S;
18- .:8@ 8t88t@::;%SS . . S :.
19- .:S%tt.t88@8.;St%; . @X%;:.
20- ...:Xt;;;; X%@SXSS% . @ 8:;
21- ;.:St;t8t.8t :X%%: . %:S t:
22- ::S 8;t:t.;@S S:@@Xt:. .:%8:88t%:
23- :XX8@;:;8@:.X:@.;%8 X@t;;tX%%8%.:
24- :X8@88 : X:..::;:t@.S:::.:::;:
25- ::t@8X;S;.%8;tttSSt;::..:.
26- ...:;:Xt.t@;;;::..
27- .;tS;::
6+ @@@@@@@@@
7+ @@@@@@@@@@@@@@@@@@@
8+ @@@@@@@@@@@@@@@@@@@@@@@@@
9+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
10+ @@@@@@@@@@@@@@@@@@@@@@@ @@@@@
11+ @@@@@@@@@@@@@@@@@@@@@@@@@ @@@@
12+ @@@@@@@@@@@@@@@@@@@@@@@@@@ @@@
13+ @@@@@@@@@@@@@@@@@@@@@@@@@@@ @@
14+ @@@@@@@@@@@@@@@@@@@@@@@@@@@ @
15+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @
16+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@
17+ @@@@@@@@@@@@@@
18+ @@@@@@@@@@@@@@
19+ @@@@@@@@@@@@@ @
20+ @@@@@@@@@@@@@ @
21+ @@@@@@@@@@@@ @@
22+ @@@@@@@@@@@@ @@@
23+ @@@@@@@@@@@ @@@@
24+ @@@@@@@@@ @@@@@
25+ @@@@@@@ @@@@@@@
26+ @@@@@@@@@ @@@@@@@@@
27+ @@@@@@@@@@@@ @@@@@@@@@@@@
28+ @@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@
2829EOF
2930
3031echo " "
@@ -40,7 +41,8 @@ if [ "X${KERNEL}" == "Xopenbsd" ];then
4041else
4142 curl -fsSL > ./setup-${KERNEL} https://raw.githubusercontent.com/gnustep/tools-scripts/master/setup-${KERNEL}
4243fi
43- . ./setup-${KERNEL}
44+
45+ ./setup-${KERNEL}
4446rm ./setup-${KERNEL}
4547
4648echo " ======== Create gnustep build directories ========"
@@ -62,6 +64,3 @@ echo "================ Post Installation ================"
6264./tools-scripts/post-install-${KERNEL}
6365
6466echo " Done..."
65-
66-
67-
0 commit comments