From e87acf52b299b0ed681d497ad5d8779538ec4a46 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 3 Nov 2008 17:24:39 -0500 Subject: [PATCH] Fix build script with appropriate alias. Signed-off-by: Edward Z. Yang --- releases/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releases/build.sh b/releases/build.sh index 68c4eb0..d8a9235 100755 --- a/releases/build.sh +++ b/releases/build.sh @@ -7,6 +7,9 @@ # Tar will actually produce tar.gz, and the repository third parameter can # be replaced with any valid repository path that contains the necessary tags. +shopt -s expand_aliases +alias php='/usr/local/dh/cgi-system/php5.cgi' + FORMAT="$1" VERSION="$2" REPO="$3" -- 2.11.4.GIT