From fe138085ad889447942f03b969f1a3abb862cb8a Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 15 Aug 2012 15:25:59 -0300 Subject: Toru-where is an utility to find PKGBUILD dirs on toru's path cache Use with toru-path --- toru-utils | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toru-utils') 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 -- cgit v1.2.3-54-g00ecf