From: adash Date: Fri, 27 Feb 2009 21:05:45 +0000 (+0000) Subject: small change X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e455ab976ab1db60c9192e034e0b02bd3de54799;p=IRC.git small change --- diff --git a/Robust/src/Benchmarks/Distributed/RainForest/dsm/extractLines b/Robust/src/Benchmarks/Distributed/RainForest/dsm/extractLines index c2953ed2..0415dca7 100755 --- a/Robust/src/Benchmarks/Distributed/RainForest/dsm/extractLines +++ b/Robust/src/Benchmarks/Distributed/RainForest/dsm/extractLines @@ -1,3 +1,3 @@ -#!/bin/sh -x +#!/bin/sh lines=$(grep -n "#" tmp1RainForest.java | cut -d: -f1 | sed '1q') sed '/#/d' tmp1RainForest.java > tmpRainForest.java