From 4f25fac0bdf76f035bd521660d8fd74e8b7e0137 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 5 Mar 2013 14:08:49 +0100 Subject: so there's no need anymore for ls and grep out workdir Change-Id: I991ab1ff60d056ba8395f39a197d6b8456b7ba53 --- solenv/bin/create-ids | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids index 045bae3ae3d5..f820882db27d 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 -- cgit