Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -r1.36.2.13 -r1.36.2.14 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 22 Apr 2017 18:11:54 -0000 1.36.2.13 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 25 Jul 2017 07:49:01 -0000 1.36.2.14 @@ -648,8 +648,7 @@ ns_log Error "Error loading APM file form url $url: Package $pretty_name $version_name is already installed" } else { - set install_path "[apm_workspace_install_dir]" - + set install_path [apm_workspace_install_dir] if { ![file isdirectory $install_path] } { file mkdir $install_path }