]> git.parisson.com Git - cnaq.git/commitdiff
Add filesep to paths
authoryomguy <yomguy@5fc3e0e6-29bc-4d03-b52b-c088cb822bde>
Tue, 15 Jan 2008 16:13:06 +0000 (16:13 +0000)
committeryomguy <yomguy@5fc3e0e6-29bc-4d03-b52b-c088cb822bde>
Tue, 15 Jan 2008 16:13:06 +0000 (16:13 +0000)
git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@145 5fc3e0e6-29bc-4d03-b52b-c088cb822bde

CNAQ.m

diff --git a/CNAQ.m b/CNAQ.m
index a7f96812c5b2260c2ba82b4fb55ba296663dbd8a..cf6c309b64079c39c2cb4c0fba06ab7551d9448f 100644 (file)
--- a/CNAQ.m
+++ b/CNAQ.m
@@ -122,9 +122,9 @@ cnaq_version = '0.1';
 \r
 root_dir = pwd; % The directory where CNAQ is installed\r
 cnaq_path = root_dir;\r
-config_path = [cnaq_path '\config\'];\r
-tools_path = [cnaq_path '\tools\'];\r
-pa_path = [cnaq_path '\pa_wavplay\'];\r
+config_path = [cnaq_path filesep 'config' filesep];\r
+tools_path = [cnaq_path filesep 'tools' filesep];\r
+pa_path = [cnaq_path filesep 'pa_wavplay' filesep];\r
 path(path, cnaq_path);\r
 path(path, tools_path);\r
 path(path, pa_path);\r