Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266683
Collapse All | Expand All

(-)aTunes.sh (-1 / +2 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
 
19
 
20
#Change to dir where aTunes is
20
#Change to dir where aTunes is
21
cd `dirname $0`
21
REALNAME=`readlink -e $0`
22
cd `dirname $REALNAME`
22
23
23
# Parse arguments and add quotes to all
24
# Parse arguments and add quotes to all
24
args=""
25
args=""

Return to bug 266683