From 14af9cb0495c305559257a483f73c0ad9bf16372 Mon Sep 17 00:00:00 2001 From: Pier Fumagalli Date: Tue, 23 Jan 2001 08:05:34 +0000 Subject: [PATCH] The C shell doesn't work with the script. Updated to BASH (linux folks on other OSes sh!=bash). Changed a forward slash with a back slash wich prevents bootstrapping on unix machines. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268506 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index c4b27bbde..fce2686e0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Cygwin support. $cygwin _must_ be set to either true or false. case "`uname`" in @@ -50,7 +50,7 @@ echo ... Bootstrapping Ant Distribution rm -rf build TOOLS=src/main/org/apache/tools -CLASSDIR=build\classes +CLASSDIR=build/classes mkdir -p build mkdir -p ${CLASSDIR}