summaryrefslogtreecommitdiff
path: root/toru-utils
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-15 15:25:59 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-15 15:25:59 -0300
commitfe138085ad889447942f03b969f1a3abb862cb8a (patch)
tree782e71f1b32b822135031317fa69ffd021935e7b /toru-utils
parent0a7e0e2866dd5a3b8c794b1aefcec58c15cbe9df (diff)
Toru-where is an utility to find PKGBUILD dirs on toru's path cache
Use with toru-path
Diffstat (limited to 'toru-utils')
-rwxr-xr-xtoru-utils5
1 files changed, 0 insertions, 5 deletions
diff --git a/toru-utils b/toru-utils
index 0818aa6..c0918ae 100755
--- a/toru-utils
+++ b/toru-utils
@@ -5,11 +5,6 @@
source /etc/abs.conf
source /etc/libretools.conf
-if [ ! -w "$TORUPATH" ]; then
- error "Toru's path isn't writable. Please check $TORUPATH"
- exit 1
-fi
-
LASTSYNCFILE=${TORUPATH}/lastsync
FORCE=false
QUIET=false