summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-18 15:20:42 +0000
committerMatt Wilson <msw@redhat.com>1999-10-18 15:20:42 +0000
commit89a59982fa05ce8182656ef0f4e162bbfa3102ce (patch)
treec0d854f48adfc32a8ab03a8a1966c943d0b87812 /todo.py
parent2231997ee2b87eeaac64da4169d7eab2e2064877 (diff)
downloadanaconda-89a59982fa05ce8182656ef0f4e162bbfa3102ce.tar.gz
anaconda-89a59982fa05ce8182656ef0f4e162bbfa3102ce.tar.xz
anaconda-89a59982fa05ce8182656ef0f4e162bbfa3102ce.zip
proper path
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index e5d639d54..456a7721a 100644
--- a/todo.py
+++ b/todo.py
@@ -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