solenv/bin/create-ids |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f25fac0bdf76f035bd521660d8fd74e8b7e0137
Author: Eike Rathke <er...@redhat.com>
Date:   Tue Mar 5 14:08:49 2013 +0100

    so there's no need anymore for ls and grep out workdir
    
    Change-Id: I991ab1ff60d056ba8395f39a197d6b8456b7ba53

diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
index 045bae3..f820882 100755
--- a/solenv/bin/create-ids
+++ b/solenv/bin/create-ids
@@ -19,7 +19,7 @@ fi
 
 # --with-outpath includes solver/$INPATH/inc
 if [ "$1" = "--with-outpath" ]; then
-    dirs="`ls -d */* | sed -e 
'/\(\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^\(clone\|solver\|workdir\|install\)\//d'`
 `ls -d solver/$INPATH/inc | sed -e '/^workdir\//d'`"
+    dirs="`ls -d */* | sed -e 
'/\(\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^\(clone\|solver\|workdir\|install\)\//d'`
 solver/$INPATH/inc"
 else
     dirs="`ls -d */* | sed -e 
'/\(\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^\(clone\|solver\|workdir\|install\)\//d'`"
 fi
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to