Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arsv committed Sep 8, 2016
1 parent c2065a4 commit 392f6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if [ -n "$root" -a "$root" != "." -a ! -f "MANIFEST" ]; then
ln -sf "$relroot/$i" "$i" || earlydie "Symlinking failed."
done

# cnf is a special case because we cnf/diffs to be a proper directory
# to store locks there
# cnf is a special case because we need cnf/diffs to be
# a proper directory to store locks there
mkdir cnf
for i in "$root/cnf/"*; do
bn=${i##*/}
Expand Down

0 comments on commit 392f6d3

Please sign in to comment.