Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate

Commit 6119e874485e3fe8745623ef61f43d4885e7307c

user_cfg removed
jparser
(0 / 6)
  
2121simple_suffix=_simple.txt
2222user=$USER
2323format=-c
24user_cfg=/home/olpc/.sugar/default/config
2524
2625helpme()
2726{
148148 fi
149149fi
150150
151#if [[ -e $user_cfg ]]; then # yep, that's ugly but fast. This should be erased shortly..
152# IFS='nickname =' read name <<< "$user_cfgi"
153# echo ===== $name =====
154#fi
155
156151# Now we call ourself to be able to inter in the function. Also used to run in concurrency
157152find $path -name "*$metadata" -exec $0 $callme '{}' $out $format \;&
158153wait # wait the end of parsing