Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
Gwenhael Le Moine 2009-11-13 10:43:37 +07:00
parent 4707545e1a
commit 720c23d8df

View file

@ -31,7 +31,7 @@ cd $TMP
if [ ! -e $REPOSITORIES/$APP_NAME ] ; then
mkdir $REPOSITORIES
( cd $REPOSITORIES
git git clone git://github.com/petdance/ack.git $APP_NAME
git clone git://github.com/petdance/ack.git $APP_NAME
)
else
( cd $REPOSITORIES/$APP_NAME