From c13eac953e85e04840bbcf211e28157ad4b454b2 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Tue, 14 Dec 2010 17:58:16 -0800 Subject: [PATCH] Release minimal/do to the public domain. This makes it more convenient if you really want to include it as the build script for your own projects. --- minimal/do | 3 +++ 1 file changed, 3 insertions(+) diff --git a/minimal/do b/minimal/do index a25b72d..1ca7e04 100755 --- a/minimal/do +++ b/minimal/do @@ -3,6 +3,9 @@ # A minimal alternative to djb redo that doesn't support incremental builds. # For the full version, visit http://github.com/apenwarr/redo # +# The author disclaims copyright to this source file and hereby places it in +# the public domain. (2010 12 14) +# export REDO="$(cd "$(dirname "$0")" && echo "$PWD/$(basename "$0")")" if [ -z "$DO_BUILT" ]; then