From fa87ce59b2088545b42290597f77954b0c254574 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 8 Feb 2004 02:45:57 +0000 Subject: [PATCH] inverted r8561 --- daily-build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daily-build b/daily-build index f1c0c6c49..27ce6ae3d 100755 --- a/daily-build +++ b/daily-build @@ -1,13 +1,13 @@ #!/bin/sh -e # Set these in the environment to override. -if [ -n "$HOST" ]; then +if [ -z "$HOST" ]; then HOST=people.debian.org fi -if [ -n "$BASEDIR" ]; then +if [ -z "$BASEDIR" ]; then BASEDIR=public_html/d-i/images fi -if [ -n "$DIR" ]; then +if [ -z "$DIR" ]; then DIR=`date +%Y-%m-%d` fi