diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-04 02:23:03 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-04 02:23:03 (GMT) |
commit | 94d4acf76566ec2bc24f60b78d46690df6d3370d (patch) | |
tree | ad3aa52bb83d8f98ba249a02f958ccabe33826a4 /scripts/uni-get-dependencies.sh | |
parent | 689fdad0acfd17aa2676bd5bcf34ebba29c383a5 (diff) |
cleanup tab spacing
Diffstat (limited to 'scripts/uni-get-dependencies.sh')
-rwxr-xr-x | scripts/uni-get-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uni-get-dependencies.sh b/scripts/uni-get-dependencies.sh index 1803fe9..98170de 100755 --- a/scripts/uni-get-dependencies.sh +++ b/scripts/uni-get-dependencies.sh @@ -33,7 +33,7 @@ get_freebsd_deps() get_netbsd_deps() { sudo pkgin install bison boost cmake git bash eigen flex gmake gmp mpfr \ - qt4 glew cgal opencsg modular-xorg + qt4 glew cgal opencsg modular-xorg python27 py27-paramiko } get_opensuse_deps() |