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

Collapse All | Expand All

(-)sleepproxyclient.sh (-2 / +2 lines)
Lines 45-50 Link Here
45
SCRIPTDIR=`dirname $0`
45
SCRIPTDIR=`dirname $0`
46
46
47
if [ "$SPC_DEBUG" != "" ] ; then
47
if [ "$SPC_DEBUG" != "" ] ; then
48
	echo "calling: python $SCRIPTDIR/sleepproxyclient.py $IF_OPT $TTL_OPT $DEBUG_OPT"
48
	echo "calling: python2.7 $SCRIPTDIR/sleepproxyclient.py $IF_OPT $TTL_OPT $DEBUG_OPT"
49
fi
49
fi
50
python $SCRIPTDIR/sleepproxyclient.py $IF_OPT $TTL_OPT $DEBUG_OPT
50
python2.7 $SCRIPTDIR/sleepproxyclient.py $IF_OPT $TTL_OPT $DEBUG_OPT

Return to bug 584790