diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-30 21:34:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-30 21:34:09 +0000 |
commit | 082685e97290bef33d6fe0524f253c64c33fde2f (patch) | |
tree | 46fe80df0a84b3260f369d270cfa8e0482b82f10 /scripts/pythondeps | |
parent | dfc6e2e2bfb08eb0233e902bd667c7e3522b0e71 (diff) | |
download | anaconda-082685e97290bef33d6fe0524f253c64c33fde2f.tar.gz anaconda-082685e97290bef33d6fe0524f253c64c33fde2f.tar.xz anaconda-082685e97290bef33d6fe0524f253c64c33fde2f.zip |
no debug, add some arg checking
Diffstat (limited to 'scripts/pythondeps')
-rw-r--r-- | scripts/pythondeps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pythondeps b/scripts/pythondeps index 66362bc36..f0a511cfe 100644 --- a/scripts/pythondeps +++ b/scripts/pythondeps @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash if [ -z "$1" ]; then echo "Usage: $0 /path/to/tree" |