diff options
author | Matt Ettus | 2009-09-30 18:59:54 -0700 |
---|---|---|
committer | Matt Ettus | 2009-09-30 18:59:54 -0700 |
commit | 4dfa2ad7deab0a89784906b377dbea271ba08118 (patch) | |
tree | 55cdaeaf2c6cce0217a7b5acd501330accc66246 /gcell/apps/gen_script.py | |
parent | 1e3521c90f63e70e8ec4dc97574bc8b46366fc1e (diff) | |
parent | c88f64ad42a8473a1749275c0e579284b20eb283 (diff) | |
download | gnuradio-4dfa2ad7deab0a89784906b377dbea271ba08118.tar.gz gnuradio-4dfa2ad7deab0a89784906b377dbea271ba08118.tar.bz2 gnuradio-4dfa2ad7deab0a89784906b377dbea271ba08118.zip |
Merge branch 'master' into new_eth
Diffstat (limited to 'gcell/apps/gen_script.py')
-rwxr-xr-x | gcell/apps/gen_script.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcell/apps/gen_script.py b/gcell/apps/gen_script.py index e4bbc7480..2ad0fb78e 100755 --- a/gcell/apps/gen_script.py +++ b/gcell/apps/gen_script.py @@ -57,6 +57,7 @@ def main(): parser.print_help() sys.exit(1) + #FIXME to use git now svn_rev = get_svn_rev() os.environ['TZ'] = 'PST8PDT' # always pacific |