summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorNathan Harris <nharris@eoimaging.com>2009-08-25 23:08:43 (GMT)
committerNathan Harris <nharris@eoimaging.com>2009-08-25 23:08:43 (GMT)
commit568da1387066e54f0eceb57fd8f53bd0eba87974 (patch)
treeb1595cbfe5855be0e8843c685e23a3158e19e70a /abs
parentac8a679dad17bc7448d4229f68f5e5c6c703e798 (diff)
downloadlinhes_pkgbuild-568da1387066e54f0eceb57fd8f53bd0eba87974.zip
linhes_pkgbuild-568da1387066e54f0eceb57fd8f53bd0eba87974.tar.gz
linhes_pkgbuild-568da1387066e54f0eceb57fd8f53bd0eba87974.tar.bz2
mythtv-svn: fix pretty script
Diffstat (limited to 'abs')
-rwxr-xr-xabs/core-testing/mythtv/trunk/mythtv/pretty2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythtv/pretty b/abs/core-testing/mythtv/trunk/mythtv/pretty
index 24b7658..1cfc57b 100755
--- a/abs/core-testing/mythtv/trunk/mythtv/pretty
+++ b/abs/core-testing/mythtv/trunk/mythtv/pretty
@@ -1,2 +1,2 @@
#!/bin/bash
-su mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythrename.pl --link /myth/pretty"
+su - mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythrename.pl --link /myth/pretty"