Fossil SCM
Fix typo.
Commit
5c674ff2711fa4c3633c79b52c63ad7d38a45604
Parent
29f0328cd9954ee…
1 file changed
+1
-1
+1
-1
| --- test/tester.tcl | ||
| +++ test/tester.tcl | ||
| @@ -246,11 +246,11 @@ | ||
| 246 | 246 | # Create and open a new Fossil repository and clean the checkout |
| 247 | 247 | # |
| 248 | 248 | proc repo_init {{filename ".rep.fossil"}} { |
| 249 | 249 | set_home_to_elsewhere |
| 250 | 250 | set ::tempRepoPath [file join \ |
| 251 | - $tempPath repo_[pid] [string trim [clock seconds] -] \ | |
| 251 | + $::tempPath repo_[pid] [string trim [clock seconds] -] \ | |
| 252 | 252 | [file tail [get_script_or_fail]]] |
| 253 | 253 | if {[catch { |
| 254 | 254 | file mkdir $::tempRepoPath |
| 255 | 255 | } error] != 0} { |
| 256 | 256 | error "could not make directory \"$::tempRepoPath\",\ |
| 257 | 257 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -246,11 +246,11 @@ | |
| 246 | # Create and open a new Fossil repository and clean the checkout |
| 247 | # |
| 248 | proc repo_init {{filename ".rep.fossil"}} { |
| 249 | set_home_to_elsewhere |
| 250 | set ::tempRepoPath [file join \ |
| 251 | $tempPath repo_[pid] [string trim [clock seconds] -] \ |
| 252 | [file tail [get_script_or_fail]]] |
| 253 | if {[catch { |
| 254 | file mkdir $::tempRepoPath |
| 255 | } error] != 0} { |
| 256 | error "could not make directory \"$::tempRepoPath\",\ |
| 257 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -246,11 +246,11 @@ | |
| 246 | # Create and open a new Fossil repository and clean the checkout |
| 247 | # |
| 248 | proc repo_init {{filename ".rep.fossil"}} { |
| 249 | set_home_to_elsewhere |
| 250 | set ::tempRepoPath [file join \ |
| 251 | $::tempPath repo_[pid] [string trim [clock seconds] -] \ |
| 252 | [file tail [get_script_or_fail]]] |
| 253 | if {[catch { |
| 254 | file mkdir $::tempRepoPath |
| 255 | } error] != 0} { |
| 256 | error "could not make directory \"$::tempRepoPath\",\ |
| 257 |