Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Nov 2014 08:50:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193134] [NEW PORT] net-mgmt/seafile: Framework for writing networked applications
Message-ID:  <bug-193134-13-mhAfZvVwRS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193134-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193134-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193134

--- Comment #35 from John Marino <marino@FreeBSD.org> ---
fyi, I didn't want this:

@${MKDIR} ${dir1}
@${MKDIR} ${dir2}
@${MKDIR} ${dir3}

I wanted this:

@${MKDIR} ${dir1} \
  ${dir2} \
  ${dir3}

(1 command instead of 3, also easier to read IMO)

I am fixing that too.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193134-13-mhAfZvVwRS>