Skip to content

Commit 338ffb0

Browse files
committed
be more precise
1 parent 9c2b149 commit 338ffb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@
19691969
(in Bourne-like shells via an internal command \texttt{export \emph{variable}}).
19701970
After you export a variable, you do not need to export it again after its value
19711971
is changed. The command \texttt{env} prints current enviroment variables.
1972-
You can also add a variable to the environment of an executed program without
1972+
You can also add/change an environment variable of an executed program without
19731973
changing the environment of your current shell:
19741974

19751975
\begin{verbatim}

0 commit comments

Comments
 (0)