typo
Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
parent
4707545e1a
commit
720c23d8df
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ cd $TMP
|
||||||
if [ ! -e $REPOSITORIES/$APP_NAME ] ; then
|
if [ ! -e $REPOSITORIES/$APP_NAME ] ; then
|
||||||
mkdir $REPOSITORIES
|
mkdir $REPOSITORIES
|
||||||
( cd $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
|
else
|
||||||
( cd $REPOSITORIES/$APP_NAME
|
( cd $REPOSITORIES/$APP_NAME
|
||||||
|
|
Loading…
Add table
Reference in a new issue