summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-05-21 13:33:52 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-05-21 13:33:52 +0000
commit2f50b83cc211b2f436dbe29684cc1bf2df7fca78 (patch)
tree7b5097e94375aeeac3507ca049e14477a0669565 /bin
parentf86666bf566c80b27c3b544de1308dd17daeb17b (diff)
downloadptxdist-2f50b83cc211b2f436dbe29684cc1bf2df7fca78.tar.gz
ptxdist-2f50b83cc211b2f436dbe29684cc1bf2df7fca78.tar.xz
* remove bogus whitespace; merged from mkl-trunk
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5520 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index b0d4fe49b..ba2d7489f 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -66,7 +66,7 @@ fi
# source the user's .ptxdistrc
-[ -e "$HOME/.ptxdistrc.${FULLVERSION}" ] && . $HOME/.ptxdistrc.${FULLVERSION}
+[ -e "$HOME/.ptxdistrc.${FULLVERSION}" ] && . $HOME/.ptxdistrc.${FULLVERSION}
# use linked toolchain if available
[ -d ".toolchain" ] && export PATH=`pwd`/.toolchain:$PATH