From fb4aa20d053d055a83cf25f07f4185ea79cb7b30 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sat, 28 Jan 2012 19:32:05 +0100 Subject: Use "checkpath -W" instead of dir_writable() --- sh/runscript.sh.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sh') diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index faa85cca..18bf4c35 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -4,11 +4,6 @@ # Copyright (c) 2007-2009 Roy Marples # Released under the 2-clause BSD license. -dir_writable() -{ - mkdir "$1"/.test.$$ 2>/dev/null && rmdir "$1"/.test.$$ -} - sourcex() { if [ "$1" = "-e" ]; then -- cgit v1.2.3