diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2012-12-29 22:20:44 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2012-12-29 22:20:44 +0200 |
commit | 231c2c2bc176cd56a5e5c688e7bbac4430181e51 (patch) | |
tree | 9f26d73db250629070494701a6cd661a5f57a2db /shellgenerator.py | |
parent | 026aa086dcb09d48ef658ccfc3e4a857bf416016 (diff) | |
download | meson-231c2c2bc176cd56a5e5c688e7bbac4430181e51.zip meson-231c2c2bc176cd56a5e5c688e7bbac4430181e51.tar.gz meson-231c2c2bc176cd56a5e5c688e7bbac4430181e51.tar.bz2 |
Renamed build area for great tab autocompletion justice.
Diffstat (limited to 'shellgenerator.py')
-rwxr-xr-x | shellgenerator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shellgenerator.py b/shellgenerator.py index 6ac6f0b..8b410b6 100755 --- a/shellgenerator.py +++ b/shellgenerator.py @@ -93,5 +93,5 @@ if __name__ == '__main__': executable('prog', 'prog.c') """ os.chdir(os.path.split(__file__)[0]) - g = ShellGenerator(code, '.', 'test build area') + g = ShellGenerator(code, '.', 'work area') g.generate() |