From 63d315da448a1c23af74692b6a460606b70f7a1e Mon Sep 17 00:00:00 2001 From: DrSlony Date: Tue, 26 Jun 2012 20:00:54 +0100 Subject: [PATCH] buildRT header update --- tools/buildRT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/buildRT b/tools/buildRT index 42a6e43ab..fa2ef9e6a 100755 --- a/tools/buildRT +++ b/tools/buildRT @@ -1,9 +1,9 @@ #!/usr/bin/env bash # Written by DrSlony -# Version 2.2, 2012-03-31 +# Version 2.3, 2012-06-26 # Please report bugs or enhancements to http://code.google.com/p/rawtherapee/issues/list -# www.seeitmyway.org # www.rawtherapee.com +# www.londonlight.org checkDeps () { hash hg 2>/dev/null || { echo >&2 "Mercurial not found, install Mercurial first and then re-run this script."; exit 1; }