Skip to content

Error in library-init.sh in 2.0.7 #10

@szlwzl

Description

@szlwzl

There's an extra comment in bin/library-init.sh which causes the following error when you try to run it:

./library-init.sh: line 65: http://smarty-php.googlecode.com/svn/tags/Smarty_3_0_9/distribution/libs: No such file or directory

Fix is:

git diff
diff --git a/bin/library-init.sh b/bin/library-init.sh
index ada8983..2fd66ec 100755
--- a/bin/library-init.sh
+++ b/bin/library-init.sh
@@ -62,8 +62,8 @@ fi
if [[ -e $LIBDIR/Smarty ]]; then
echo Smarty exists - skipping!
else

ZFDebug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions