[GH-ISSUE #10] Error in library-init.sh in 2.0.7 #7

Closed
opened 2026-02-26 09:35:05 +03:00 by kerem · 1 comment
Owner

Originally created by @szlwzl on GitHub (Mar 5, 2012).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/10

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

Originally created by @szlwzl on GitHub (Mar 5, 2012). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/10 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 - http://smarty-php.googlecode.com/svn/tags/Smarty_3_0_9/distribution/libs - #svn co http://smarty-php.googlecode.com/svn/trunk/distribution/libs/ $LIBDIR/Smarty - #http://smarty-php.googlecode.com/svn/tags/Smarty_3_0_9/distribution/libs - svn co http://smarty-php.googlecode.com/svn/trunk/distribution/libs/ $LIBDIR/Smarty fi # ZFDebug
kerem closed this issue 2026-02-26 09:35:06 +03:00
Author
Owner

@barryo commented on GitHub (Mar 6, 2012):

Thanks for that. This was an accidental commit while trying to solve a Smarty 3.1 issue. Fix has been pushed now.

<!-- gh-comment-id:4340541 --> @barryo commented on GitHub (Mar 6, 2012): Thanks for that. This was an accidental commit while trying to solve a Smarty 3.1 issue. Fix has been pushed now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#7
No description provided.