projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7314125
)
scriptmgr: fix copy-paste error in full_path
author
Marko Kreen
<markokr@gmail.com>
Tue, 29 Jan 2013 14:00:59 +0000
(16:00 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 29 Jan 2013 14:00:59 +0000
(16:00 +0200)
scripts/scriptmgr.py
patch
|
blob
|
blame
|
history
diff --git
a/scripts/scriptmgr.py
b/scripts/scriptmgr.py
index e62b0642f968e5c80292ead52adea6b575cd2fc9..9e97543180190ede62768155dac8505290ccc3b3 100755
(executable)
--- a/
scripts/scriptmgr.py
+++ b/
scripts/scriptmgr.py
@@
-95,7
+95,7
@@
def full_path(job, fn):
# find home
if user:
- home = pwd.getpw
uid(os.getuid()
).pw_dir
+ home = pwd.getpw
nam(user
).pw_dir
elif 'HOME' in os.environ:
home = os.environ['HOME']
else: