From e196e526408d478cac895f04917503706c469cf6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Feb 2011 13:18:43 +1100 Subject: s4-build: remove a bunch of unused build scripts these were leftover from the autoconf build Autobuild-User: Andrew Tridgell Autobuild-Date: Mon Feb 7 04:09:40 CET 2011 on sn-devel-104 --- source4/script/installdirs.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 source4/script/installdirs.sh (limited to 'source4/script/installdirs.sh') diff --git a/source4/script/installdirs.sh b/source4/script/installdirs.sh deleted file mode 100755 index 9557b86d3b..0000000000 --- a/source4/script/installdirs.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -while ( test -n "$1" ); do - if [ ! -d $1 ]; then - mkdir -p $1 - fi - - if [ ! -d $1 ]; then - echo Failed to make directory $1 - exit 1 - fi - - shift; -done - - - -- cgit