mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #10] Error in library-init.sh in 2.0.7 #7
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
fi
ZFDebug
@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.