Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76762 - syntax error in skype start script
Summary: syntax error in skype start script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 07:21 UTC by Norbert Marx
Modified: 2005-01-05 14:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Norbert Marx 2005-01-05 07:21:28 UTC
error message:

norbert@laptop01 norbert $ skype
Running artsd found
tee: Unbekannte Option 
Comment 1 Norbert Marx 2005-01-05 07:21:28 UTC
error message:

norbert@laptop01 norbert $ skype
Running artsd found
tee: Unbekannte Option »---append«
,,tee --help" gibt weitere Informationen.
==========================================



Reproducible: Always
Steps to Reproduce:
1.
2.
3.




please change line 29: 
 echo "Starting artsd wrapped ${progname}" | tee ---append "${logfile}" 
to 
 echo "Starting artsd wrapped ${progname}" | tee --append "${logfile}"
Comment 2 Gustavo Felisberto (RETIRED) gentoo-dev 2005-01-05 14:23:29 UTC
Thanks Norbert. Problems of not using artsd myself.