streamlet-examples/lines_count
branchv_0
changeset 70 018e2609f5bb
parent 50 22ed5647b235
--- a/streamlet-examples/lines_count	Tue Jan 28 23:35:25 2020 +0100
+++ b/streamlet-examples/lines_count	Wed Jan 29 00:58:37 2020 +0100
@@ -30,7 +30,6 @@
 
 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES() {
 	if [[ -d "$currentFile" ]]; then
-		value="0";
 		isNull="true";
 	else
 		value=$(wc -l "$currentFile" | cut -d" " -f1);