diff --git a/ap/ack/ack.SlackBuild b/ap/ack/ack.SlackBuild index ea85ff9a..ae179ab3 100755 --- a/ap/ack/ack.SlackBuild +++ b/ap/ack/ack.SlackBuild @@ -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