Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed Apr 12, 2011
1 parent 63459a1 commit ebb4cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions newapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ install_module()
{
MODULE_NAME=$1
MODULE_LOCATION=$2

echo $MODULE_NAME
echo $MODULE_LOCATION

if [ ! -d "modules/$MODULE_NAME" ];
then
Expand All @@ -118,6 +121,7 @@ install_module()

install_kostache()
{
echo "Installing Kostache..."
INSTALLED=`install_module "kostache" "https://github.com/zombor/KOstache.git`
if [ "$INSTALLED" -gt "0" ];
then
Expand Down

0 comments on commit ebb4cfa

Please sign in to comment.