This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ for PKG_BASE in $(sage-package list --has-file distros/conda.txt); do
45
45
fi
46
46
fi
47
47
done
48
- echo >&2 $0 :$LINENO : generate conda enviroment files
48
+ echo >&2 $0 :$LINENO : generate conda environment files
49
49
echo " name: sage-build" > environment.yml
50
50
echo " channels:" >> environment.yml
51
51
echo " - conda-forge" >> environment.yml
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ if [ $# -gt 1 ]; then
25
25
fi
26
26
27
27
if [ -z " $SAGE_ROOT " ]; then
28
- die " must be run from within a Sage enviroment , or with SAGE_ROOT provided"
28
+ die " must be run from within a Sage environment , or with SAGE_ROOT provided"
29
29
fi
30
30
31
31
if [ -z " $SAGE_SRC " ]; then
32
- die " must be run from within a Sage enviroment , or with SAGE_SRC provided"
32
+ die " must be run from within a Sage environment , or with SAGE_SRC provided"
33
33
fi
34
34
35
35
if [ " $# " -gt 0 ]; then
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ main() {
180
180
<< "\n*** was found! If ppl-config was correct, then it is best"
181
181
"\n*** to remove the old version of PPL."
182
182
" You may also be able to fix the error"
183
- "\n*** by modifying your LD_LIBRARY_PATH enviroment variable,"
183
+ "\n*** by modifying your LD_LIBRARY_PATH environment variable,"
184
184
" or by editing"
185
185
"\n*** /etc/ld.so.conf."
186
186
" Make sure you have run ldconfig if that is"
@@ -224,7 +224,7 @@ main() {
224
224
" variable to point"
225
225
"\n*** to the correct copy of ppl-config. (In this case,"
226
226
" you will have to"
227
- "\n*** modify your LD_LIBRARY_PATH enviroment "
227
+ "\n*** modify your LD_LIBRARY_PATH environment "
228
228
" variable or edit /etc/ld.so.conf"
229
229
"\n*** so that the correct libraries are found at run-time.)"
230
230
<< endl;
Original file line number Diff line number Diff line change 200
200
201
201
202
202
if [ 1 = 2 ]; then
203
- echo " The following enviroment variables can be set by the user"
203
+ echo " The following environment variables can be set by the user"
204
204
echo " AR The archiver (e.g. ar, /usr/ccs/bin/ar or /usr/bin/ar)"
205
205
echo " AS The assembler (e.g. as, /usr/ccs/bin/as or /usr/bin/as)"
206
206
echo " CC The C compiler (e.g cc, /opt/SUNWspro/bin/cc or /usr/bin/gcc)"
@@ -217,10 +217,10 @@ if [ 1 = 2 ]; then
217
217
echo " SHAREDFLAGS Flag(s) necessary for building a shared library (e.g. -fPIC or -xcode=pic32)"
218
218
echo " We attempt to set this to sensible values, but check below to"
219
219
echo " ensure they are OK. If you wish to override any then please use:"
220
- echo " setenv NAME_OF_ENVIROMENT_VARIABLE value_of_enviroment_variable "
220
+ echo " setenv NAME_OF_ENVIRONMENT_VARIABLE value_of_environment_variable "
221
221
echo " (if you use tcsh, csh or a similar shell) or"
222
- echo " NAME_OF_ENVIROMENT_VARIABLE value_of_enviroment_variable "
223
- echo " export NAME_OF_ENVIROMENT_VARIABLE "
222
+ echo " NAME_OF_ENVIRONMENT_VARIABLE value_of_environment_variable "
223
+ echo " export NAME_OF_ENVIRONMENT_VARIABLE "
224
224
echo " if you use sh, bash or a similar shell"
225
225
fi
226
226
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ if [ $# -ne 1 ]; then
22
22
fi
23
23
24
24
if [ -z " $SAGE_ROOT " ]; then
25
- die " must be run from within a Sage enviroment , or with SAGE_ROOT provided"
25
+ die " must be run from within a Sage environment , or with SAGE_ROOT provided"
26
26
fi
27
27
28
28
if [ -z " $SAGE_SRC " ]; then
29
- die " must be run from within a Sage enviroment , or with SAGE_SRC provided"
29
+ die " must be run from within a Sage environment , or with SAGE_SRC provided"
30
30
fi
31
31
32
32
set -e
You can’t perform that action at this time.
0 commit comments