summaryrefslogtreecommitdiffstats
path: root/scripts/pythondeps
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-30 21:34:38 +0000
committerMatt Wilson <msw@redhat.com>2000-05-30 21:34:38 +0000
commit8b8cac329eeb9c7ce6f8a4a9ac63f47f20e37c5a (patch)
tree12601e37fb6091c40dcc6066159fa78ed1e2e410 /scripts/pythondeps
parent082685e97290bef33d6fe0524f253c64c33fde2f (diff)
downloadanaconda-8b8cac329eeb9c7ce6f8a4a9ac63f47f20e37c5a.tar.gz
anaconda-8b8cac329eeb9c7ce6f8a4a9ac63f47f20e37c5a.tar.xz
anaconda-8b8cac329eeb9c7ce6f8a4a9ac63f47f20e37c5a.zip
oops, use exit, not return
Diffstat (limited to 'scripts/pythondeps')
-rw-r--r--scripts/pythondeps2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pythondeps b/scripts/pythondeps
index f0a511cfe..e6c12b6a5 100644
--- a/scripts/pythondeps
+++ b/scripts/pythondeps
@@ -2,7 +2,7 @@
if [ -z "$1" ]; then
echo "Usage: $0 /path/to/tree"
- return 1
+ exit 1
fi
# remove all non unused python files