Fixed --remove bug
svn: r1777
This commit is contained in:
parent
d929ca1032
commit
6e5ea6c223
|
@ -61,7 +61,7 @@
|
|||
;; remove-infodomain-entries : path -> void
|
||||
(define (remove-infodomain-entries path)
|
||||
(let* ([pathbytes (path->bytes path)]
|
||||
[cache-file (build-path (find-system-path 'addon-dir) "cache.ss")]
|
||||
[cache-file (build-path (PLANET-DIR) "cache.ss")]
|
||||
[cache-lines (with-input-from-file cache-file read)])
|
||||
(with-output-to-file cache-file
|
||||
(lambda ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user