[bcl] Avoid 'sed: net_4_x_System.ServiceModel_test.dll.excludes: No such file or...
authorZoltan Varga <vargaz@gmail.com>
Mon, 28 Mar 2016 20:02:05 +0000 (16:02 -0400)
committerZoltan Varga <vargaz@gmail.com>
Mon, 28 Mar 2016 20:02:05 +0000 (16:02 -0400)
mcs/build/gensources.sh

index 2eb4995bdd80c6569867178350c70fdaad71a2b6..14a0a01db59d07b4503b9a5d1ae8882e25442524 100644 (file)
@@ -43,7 +43,7 @@ sort -u $outfile.inc > $outfile.inc_s
 rm -f $outfile.inc
 
 
-if test -n "$excfile"; then
+if test -n "$excfile" -a -f "$excfile"; then
     process_includes $excfile $outfile.exc
 fi