diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-24 18:54:02 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-24 18:54:02 -0300 |
commit | 987763361d5e98a0158b65487619b14c9bd05457 (patch) | |
tree | 5c64ce3217f6038d1f5d28a751f48d3930a511ea /toru-path | |
parent | ee706c5c36fd8993905a14aa2afeb5951dac6ec9 (diff) | |
parent | b4aae66a7c3ba3eec714ca6cc11cd9913b5cf2fd (diff) |
Merge branch 'master' into fauno
Diffstat (limited to 'toru-path')
-rwxr-xr-x | toru-path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash -source $(dirname $0)/toru-utils +source $(dirname $(command -v $0))/toru-utils LASTSYNCFILE=${TORUPATH}/lastsync.paths |