From f8877975343c978d6b03cb9756b098c8f63a1de3 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 22 Dec 2006 17:48:36 +0000 Subject: [PATCH] -maxdepth option is not portable, reverting the changes --- share/alibtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/alibtool b/share/alibtool index 49fda9febaf..9f2979857a0 100755 --- a/share/alibtool +++ b/share/alibtool @@ -151,7 +151,7 @@ MkModule() { module=$1 #This one gets all the library pkg files -tempo=`find ${module} -maxdepth 1 -name "lib*.pkg" | sed -e "sQ${module}/libQQ" -e "sQ\.pkgQQ"` +tempo=`find ${module} -name "lib*.pkg" | sed -e "sQ${module}/libQQ" -e "sQ\.pkgQQ"` echo "#**************************************************************************"; echo "#**** This file is automatically generated from the mkmodules script *****"; -- 2.43.5