[Fai-commit] r4063 - trunk/lib
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Sat Oct 7 09:23:18 UTC 2006
Author: lange
Date: 2006-10-07 09:23:18 +0000 (Sat, 07 Oct 2006)
New Revision: 4063
Modified:
trunk/lib/subroutines
Log:
move find's maxdepth option to the left
Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines 2006-10-07 09:20:08 UTC (rev 4062)
+++ trunk/lib/subroutines 2006-10-07 09:23:18 UTC (rev 4063)
@@ -298,7 +298,7 @@
if [ ! -d $FAI/class ]; then
sndmon "TASKERROR defclass 21"
echo "Directory $FAI/class not found. Following subdirectories are found:"
- find $FAI -type d -maxdepth 1 -printf "%p\n"
+ find $FAI -maxdepth 1 -type d -printf "%p\n"
die "Aborting."
fi
More information about the Fai-commit
mailing list