diff options
Diffstat (limited to 'sal/test/bootstrap.bat')
-rwxr-xr-x | sal/test/bootstrap.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/test/bootstrap.bat b/sal/test/bootstrap.bat index c582ecc1a905..69580011301c 100755 --- a/sal/test/bootstrap.bat +++ b/sal/test/bootstrap.bat @@ -67,7 +67,7 @@ rem ini access with complex macro expansion echo 13 .\testbootstrap TheKeysValue -env:ININAME=./bootstraptest.ini -env:MYBOOTSTRAPTESTVALUE=${$ININAME:${$ININAME:SecondSection:IndirectSection}:${$ININAME:SecondSection:IndirectKey}} -rem test no infinit recursion +rem test no infinite recursion echo 14 .\testbootstrap "***RECURSION DETECTED***" -env:MYBOOTSTRAPTESTVALUE=$MYBOOTSTRAPTESTVALUE @@ -76,4 +76,4 @@ echo 15 .\testbootstrap AAABBBCCC000 -env:MYBOOTSTRAPTESTVALUE=\u0041\u0041\u0041\u0042\u0042\u0042\u0043\u0043\u0043\u0030\u0030\u0030 -@echo bootstrap test finished
\ No newline at end of file +@echo bootstrap test finished |