[Assorted-commits] SF.net SVN: assorted: [803] configs/trunk/src/cron/sync-bookmarks.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-13 07:44:45
|
Revision: 803 http://assorted.svn.sourceforge.net/assorted/?rev=803&view=rev Author: yangzhang Date: 2008-05-13 00:44:44 -0700 (Tue, 13 May 2008) Log Message: ----------- fixed for stripped binary Modified Paths: -------------- configs/trunk/src/cron/sync-bookmarks.bash Modified: configs/trunk/src/cron/sync-bookmarks.bash =================================================================== --- configs/trunk/src/cron/sync-bookmarks.bash 2008-05-13 07:44:31 UTC (rev 802) +++ configs/trunk/src/cron/sync-bookmarks.bash 2008-05-13 07:44:44 UTC (rev 803) @@ -2,4 +2,4 @@ FORCE_BASHRC=1 . ~/.bashrc && . common.bash || exit 1 -exec gbookmark2delicious.py --debug main --debug compare --underscores +exec gbookmark2delicious --debug main --debug compare --underscores This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |