streamlet-examples/cloc
branchv_0
changeset 49 ab48ad4ecb91
parent 45 f466b4c7d9b1
child 50 22ed5647b235
equal deleted inserted replaced
48:26a8b1a14889 49:ab48ad4ecb91
    23 # or --option "attribute" "total" (sum of code, comment and blank lines, hidden by default).
    23 # or --option "attribute" "total" (sum of code, comment and blank lines, hidden by default).
    24 #
    24 #
    25 # Optional prefix can be added to attribute names: --option 'prefix' 'my_prefix_'
    25 # Optional prefix can be added to attribute names: --option 'prefix' 'my_prefix_'
    26 
    26 
    27 
    27 
    28 . "$(dirname $0)/streamlet-common.sh"
    28 . "$(dirname "$0")/streamlet-common.sh"
    29 
    29 
    30 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    30 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    31 	clocFields=()
    31 	clocFields=()
    32 
    32 
    33 	for (( i=0; i<${#optionNames[@]}; i++)); do
    33 	for (( i=0; i<${#optionNames[@]}; i++)); do