diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-18 15:20:42 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-18 15:20:42 +0000 |
commit | 89a59982fa05ce8182656ef0f4e162bbfa3102ce (patch) | |
tree | c0d854f48adfc32a8ab03a8a1966c943d0b87812 /todo.py | |
parent | 2231997ee2b87eeaac64da4169d7eab2e2064877 (diff) | |
download | anaconda-89a59982fa05ce8182656ef0f4e162bbfa3102ce.tar.gz anaconda-89a59982fa05ce8182656ef0f4e162bbfa3102ce.tar.xz anaconda-89a59982fa05ce8182656ef0f4e162bbfa3102ce.zip |
proper path
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1322,7 +1322,7 @@ class ToDo: if onMILO (): args = ("clock", "-A", "-s") try: - iutil.execWithRedirect('/sbin/clock', args) + iutil.execWithRedirect('/usr/sbin/clock', args) except: pass |