Fixed typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6138 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e46b9b0801
commit
3bfdffb45b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ Set user variable $x with the name of the 'index'th registry value in root_key\\
|
|||
|
||||
\c user_var(output) string
|
||||
|
||||
Expands environment variables in \e{string} into the user variable \e{$x}. If an environment variable doesn't exist, it will not be replaced. For example, if you use "%var%" and var doesn't exists, the result will be "%var". If there is an error, the variable is set to empty, and the error flag is set.
|
||||
Expands environment variables in \e{string} into the user variable \e{$x}. If an environment variable doesn't exist, it will not be replaced. For example, if you use "%var%" and var doesn't exists, the result will be "%var%". If there is an error, the variable is set to empty, and the error flag is set.
|
||||
|
||||
\c ExpandEnvStrings $0 "WINDIR=%WINDIR%$\nTEMP=%TEMP%"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue