summaryrefslogtreecommitdiff
path: root/rybackup.py
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-02-15 00:42:31 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-02-15 00:45:40 +0100
commita16a95cb8c14791022ede96c39efdfa9429cc598 (patch)
tree636a846340a1d7dfeb19a7fc3cd8693be3fad40f /rybackup.py
parentaad4e8cc8a04f46fee6f026897dbfcb8bc8f84bf (diff)
downloadrybackup-a16a95cb8c14791022ede96c39efdfa9429cc598.tar.xz
rybackup: update Arch Linux grep location
Diffstat (limited to 'rybackup.py')
-rwxr-xr-xrybackup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rybackup.py b/rybackup.py
index de50728..6cb4f48 100755
--- a/rybackup.py
+++ b/rybackup.py
@@ -64,8 +64,8 @@ bin = {
"cp" : "/bin/cp",
"mount" : "/bin/mount",
"umount" : "/bin/umount",
- "grep" : "/bin/grep",
"touch" : "/bin/touch",
+ "grep" : "/usr/bin/grep",
"rsync" : "/usr/bin/rsync",
}