capsules.md
... ...
@@ -109,7 +109,7 @@ You can override the default in 4 ways. They are
109 109
110 110
2. Environment variable of the form ```_<EXECUTABLE>```, an underscore followed by executable in UPPER CASE. e.g. ```_XIA2=dials``` will use xia2 executable from "dials".
111 111
112
-3. A User Config_file in *~/.sbgrid_capsule/<execname>*. e.g. echo dials > ~/.sbgrid_capsules/xia2 will uset the shell to always use the xia2 from "dials"
112
+3. A User Config_file in *~/.sbgrid_capsule/<execname>*. e.g. echo dials > ~/.sbgrid_capsule/xia2 will uset the shell to always use the xia2 from "dials"
113 113
114 114
4. A localsite file in *${SB_BASE}/local/capsule/${SB_ARCH}/defaults/execname*
115 115
... ...
@@ -123,7 +123,7 @@ Sometimes a duplicate occurs with an executable that is outside of the SBGrid or
123 123
124 124
2. Environment variable of the form ```_<EXECUTABLE>```, an underscore followed by executable in UPPER CASE. e.g. ```_XTERM=userpath``` will use xterm from the user's original path.
125 125
126
-3. A User Config_file in *~/.sbgrid_capsule/<execname>*. e.g. ```echo userpath > ~/.sbgrid_capsules/xterm ``` will set the SBGrid/BioGrids shells to always use the user's path.
126
+3. A User Config_file in *~/.sbgrid_capsule/<execname>*. e.g. ```echo userpath > ~/.sbgrid_capsule/xterm ``` will set the SBGrid/BioGrids shells to always use the user's path.
127 127
128 128
4. A localsite file in *${SB_BASE}/local/capsule/${SB_ARCH}/defaults/execname*
129 129
... ...
@@ -189,7 +189,7 @@ List all applications that provide xterm, select userpath, make it my default
189 189
Please select application 2
190 190
/usr/bin/xterm
191 191
192
- -bash-4.1$ echo userpath > ~/.sbgrid_capsules/xterm
192
+ -bash-4.1$ echo userpath > ~/.sbgrid_capsule/xterm
193 193
```
194 194
195 195
Please report any bugs to bugs@sbgrid.org