Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv8053
Modified Files:
freevo
Log Message:
fix args handling for execute
Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** freevo 7 Dec 2003 15:42:19 -0000 1.99
--- freevo 4 Jan 2004 11:18:09 -0000 1.100
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.100 2004/01/04 11:18:09 dischi
+ # fix args handling for execute
+ #
# Revision 1.99 2003/12/07 15:42:19 dischi
# cleanup
***************
*** 388,392 ****
trap './freevo stop $APP' 1 2 15
! $RUNAPP $PYTHON $@ &
echo $! > $PID_FILE
wait `cat $PID_FILE` >/dev/null 2>/dev/null
--- 391,395 ----
trap './freevo stop $APP' 1 2 15
! $RUNAPP $PYTHON "$@" &
echo $! > $PID_FILE
wait `cat $PID_FILE` >/dev/null 2>/dev/null
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog