Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching refs:FILES

66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
68 Byte compile some python scripts FILES. Use --destdir to specify any
69 leading directory path to the FILES that you don't want to include in the
98 files=$*
99 if test -z "$files"; then
100 usage_error "no files given"
122 files = '''$files'''
125 for file in files.split():
140 files = '''$files'''
142 for file in files.split():