From a761fe0a0f37c6a4ff9c1aa36b07da0108f7d3c4 Mon Sep 17 00:00:00 2001 From: nisstyre56 Date: Mon, 10 Feb 2014 13:11:20 -0500 Subject: [PATCH] generalized path to any linux system with .xchat in home directory --- migrate.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/migrate.rkt b/migrate.rkt index 17cbe48..79ecf9c 100755 --- a/migrate.rkt +++ b/migrate.rkt @@ -59,7 +59,8 @@ (parse-file (file->string (string->path - "/home/wes/.xchat2/servlist_.conf")))) + (format "~a.xchat2/servlist_.conf" (path->string + (find-system-path 'home-dir))))))) (define translate-prop (let ([hash (make-hash