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.
This commit is contained in:
Avery Pennarun 2010-12-14 17:58:16 -08:00
commit c13eac953e

View file

@ -3,6 +3,9 @@
# A minimal alternative to djb redo that doesn't support incremental builds. # A minimal alternative to djb redo that doesn't support incremental builds.
# For the full version, visit http://github.com/apenwarr/redo # 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")")" export REDO="$(cd "$(dirname "$0")" && echo "$PWD/$(basename "$0")")"
if [ -z "$DO_BUILT" ]; then if [ -z "$DO_BUILT" ]; then