Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130999 | Differences between
and this patch

Collapse All | Expand All

(-)sDaemonWrapper-r1.orig (-1 / +1 lines)
Lines 55-61 Link Here
55
cd ${progpath}
55
cd ${progpath}
56
echo "${skypecmd} ${progopts}" >> ${logfile}
56
echo "${skypecmd} ${progopts}" >> ${logfile}
57
echo "=========================================="
57
echo "=========================================="
58
${skypecmd} ${progopts} >> ${logfile} 2>> ${logfile}
58
eval ${skypecmd} ${progopts} >> ${logfile} 2>> ${logfile}
59
59
60
if [[ $? -ne 0 ]] ; then
60
if [[ $? -ne 0 ]] ; then
61
	echo "Running wrapped Skype failed, trying not-wrapped mode..."
61
	echo "Running wrapped Skype failed, trying not-wrapped mode..."

Return to bug 130999