update local declaraion of Filename to global

This commit is contained in:
Wifinigel 2023-03-19 08:33:27 +00:00
parent accae352e6
commit b297ff4bbb
6 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,4 @@
:local Filename "ch10-08-bad-script.rsc"
:global Filename "ch10-08-bad-script.rsc"
# A script to perform a series of tests on a
# list of web sites.
@ -136,3 +136,4 @@
:set GetWebPageFunc;
:set DEBUG;
:set DebugFunc;
:set Filename;