From 357172f4409c74d7a2ac963290fc70c7ae10e3b1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jul 2018 14:35:28 +0200 Subject: Switch to bash build2 module --- build/root.build | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 236b359..fdcf92b 100644 --- a/build/root.build +++ b/build/root.build @@ -2,15 +2,4 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -# Bash module target type. -# -# We install it into the same location where the scripts that use it would -# presumably go. -# -# @@ Path/string cast is ugly, should go away once have implicit to-untyped -# conversion during function call. -# -define bash: file -bash{*}: extension = bash -bash{*}: install = bin/$path.base($project)/ -bash{*}: install.mode = 644 +using bash -- cgit v1.1