File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1340,6 +1340,13 @@ the same name. If the shell environment variable does not exist then the
1340
1340
configuration file variable will not be replaced.
1341
1341
1342
1342
.LP
1343
+ When variable names are parsed in a string, all alphanumeric characters and
1344
+ underscores immediately following a $ sign are interpreted as part of a name.
1345
+ If a variable is undefined, it will not be replaced.
1346
+ For example, the strings $releasever-foo or $releasever/foo will be expanded
1347
+ with the $releasever value accordingly, whereas $releaseverfoo or
1348
+ $releasever_foo will not be expanded.
1349
+
1343
1350
As of 3.2.28, any properly named file in /etc/yum/vars is turned into
1344
1351
a variable named after the filename (or overrides any of the above variables).
1345
1352
Filenames may contain only alphanumeric characters and underscores
You can’t perform that action at this time.
0 commit comments