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:
parent
fabe969fd8
commit
c13eac953e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue