diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2010-03-09 16:42:04 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2010-03-09 16:42:04 +0000 |
| commit | 2f90a4b9ceff920f793541376da21d313af083d9 (patch) | |
| tree | 4eda986a753ea80a16a3f416e22daae7946a6dbd /bin/revdep-rebuild | |
| parent | d3e4aad5a03efbd5089f96558d2ddd1e9bf158a8 (diff) | |
| download | gentoolkit-2f90a4b9ceff920f793541376da21d313af083d9.tar.gz | |
sync with genscripts rev 343. This adds the initial py3k support and the analyse utility to gentoolkit
svn path=/trunk/gentoolkit/; revision=751
Diffstat (limited to 'bin/revdep-rebuild')
| -rwxr-xr-x | bin/revdep-rebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild index fe288e1..0dd0e87 100755 --- a/bin/revdep-rebuild +++ b/bin/revdep-rebuild @@ -548,7 +548,7 @@ verify_tmpdir() { get_search_env() { local new_env local old_env - local uid=$(python -c 'import os; import pwd; print pwd.getpwuid(os.getuid())[0]') + local uid=$(python -c 'import os; import pwd; print(pwd.getpwuid(os.getuid())[0])') # Find a place to put temporary files if [[ "$uid" == "root" ]]; then local tmp_target="/var/cache/${APP_NAME}" |
