]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- reverse directory test - it works now. pre_notify_20070307
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 18 Feb 2006 17:09:35 +0000 (17:09 +0000)
committerPaweł Gołaszewski <blues@pld-linux.org>
Sat, 18 Feb 2006 17:09:35 +0000 (17:09 +0000)
helpers/buildlogs-mover.sh

index 9fc4268c4c5f1668b9f4139d52be8b7294b5bf4d..ceac668853d6eb761e0476103c9bfe3778d39765 100644 (file)
@@ -21,7 +21,7 @@ if test -f /etc/buildlogs-mover.conf ; then
 fi
 
 for n in $root/*/*/.new ; do
-  if test -d $n ; then
+  if test -d $n ; then
     echo "$n doesn't exists or ain't directory"
     exit 1
   fi
This page took 0.081041 seconds and 4 git commands to generate.