Skip to content
Snippets Groups Projects

use env for python3 lookup

Merged Carter Schonwald requested to merge carter-master-patch-16414 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
#!/usr/bin/python3
#!/usr/bin/env python3
"""
This script deletes build working directories older than the given maximum age.
Loading