Skip to content
Permalink
Browse files

fetch: Fix conditional for svn.subdirs

  • Loading branch information
raimue committed Mar 21, 2018
1 parent a10c4dc commit 810221b0c9f5b501d95b9fcbb4d675f32ac44777
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/port1.0/portfetch.tcl
@@ -603,7 +603,7 @@ proc portfetch::svnfetch {args} {
ui_info "$UI_PREFIX Checking out ${fetch.type} repository"
set tmppath [mkdtemp "/tmp/macports.portfetch.${name}.XXXXXXXX"]
set tmpxprt [file join ${tmppath} export]
if {![info exists svn.subdirs]} {
if {${svn.subdirs} eq ""} {
set cmdstring "${svn.cmd} --non-interactive ${proxy_args} export ${svn.url} ${tmpxprt}/${svn.file_prefix} 2>&1"
if {[catch {system $cmdstring} result]} {
delete ${tmppath}

0 comments on commit 810221b

Please sign in to comment.
You can’t perform that action at this time.