@@ -87,7 +87,7 @@ Do *not* use the _Install for all users_ option. See the
8787When you open the _ Environment Variables_ preference pane, you will see a
8888simple two-column table that lists the environment variables from your
8989` ~/.MacOSX/environment.plist ` . If that file doesn't exist, the table will be
90- empty but the file will be created as soon as you you add an entry to the
90+ empty but the file will be created as soon as you add an entry to the
9191table. To add an environment variable click the ` + ` button. Specify the name of
9292the new variable, hit ` tab ` and specify its value. Hit ` enter ` . To modify a
9393variable, click its name or value, make the desired changes and hit ` enter ` . To
@@ -116,7 +116,7 @@ looks confusing, this is an esoteric feature.
116116To interpolate the output of a shell command, enclose it in parentheses.
117117` $(date) ` , for example, is replaced with the current date, because that's what
118118the ` date ` program prints to standard output. The command is subject to shell
119- expansion–because it is invoked via ` /bin/sh -c ` –but also to immediate variable
119+ expansion –because it is invoked via ` /bin/sh -c ` – but also to immediate variable
120120interpolation by EnvPane as described above. In other words, `$(BAR=bar ; echo
121121$BAR)` will not evaluate to ` bar` because the ` $BAR` reference will be
122122interpolated by EnvPane, at a time when BAR is not yet defined. To prevent
@@ -177,12 +177,12 @@ original author and inauspiciously using the EnvPane name.
177177
178178### v0.3
179179
180- Fix: Preference pane fails to load if ~ /Library/LaunchAgents is missing
180+ Fix: Preference pane fails to load if ` ~/Library/LaunchAgents ` is missing
181181([ issue #2 ] [ issue_2 ] )
182182
183183### v0.2
184184
185- Fix: Preference pane fails to load if ~ /.MacOSX or ~ /.MacOSX/environment.plist
185+ Fix: Preference pane fails to load if ` ~/.MacOSX ` or ` ~/.MacOSX/environment.plist `
186186are missing ([ issue #1 ] [ issue_1 ] ).
187187
188188### v0.1.1
0 commit comments