summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-12 23:27:01 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-12 23:27:01 +0000
commitdc53e26014c752e62f84cb73b57243add17ee1e4 (patch)
tree98ee07c7c1842fabd4db7702e5440573eab2588b /scripts
parentaceb1473acf49823477bf11fe68be477b21e0704 (diff)
downloadptxdist-dc53e26014c752e62f84cb73b57243add17ee1e4.tar.gz
ptxdist-dc53e26014c752e62f84cb73b57243add17ee1e4.tar.xz
* scripts/libptxdist.sh:
return a numeric value, rather than "false" git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9521 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts')
-rw-r--r--scripts/libptxdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh
index e96d303af..0f8d1a301 100644
--- a/scripts/libptxdist.sh
+++ b/scripts/libptxdist.sh
@@ -110,7 +110,7 @@ ptxd_source_kconfig() {
config_source="${PTXDIST_TEMPDIR}/${config##*/}"
if test \! -e "${config}"; then
- return false
+ return
fi
sed -e "s/^\([^#]*=.*\)/export \1/" "${config}" > "${config_source}"