Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Pre-emptive ...
  • Loading branch information
josephwright committed Dec 8, 2017
1 parent df8cb9d commit f957bbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions l3build.lua
Expand Up @@ -65,10 +65,10 @@ currentdir = "."
maindir = maindir or currentdir
-- Substructure for file locations
docfiledir = docfiledir or currentdir
supportdir = supportdir or maindir .. "/support"
testfiledir = testfiledir or currentdir .. "/testfiles"
testsuppdir = testsuppdir or testfiledir .. "/support"
docfiledir = docfiledir or currentdir
supportdir = supportdir or maindir .. "/support"
testfiledir = testfiledir or currentdir .. "/testfiles"
testsuppdir = testsuppdir or testfiledir .. "/support"
-- Structure within a development area
builddir = builddir or maindir .. "/build"
Expand Down

0 comments on commit f957bbf

Please sign in to comment.