Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshaiton <shaiton@fedoraproject.org>2011-05-29 09:56:25 (GMT)
committer shaiton <shaiton@fedoraproject.org>2011-05-29 09:56:25 (GMT)
commit6119e874485e3fe8745623ef61f43d4885e7307c (patch)
tree68b04607146efb526e4effd858f523bb4457f264
parent7bada2b167cf538e10fd62dabb14b06d81de813a (diff)
user_cfg removed
-rwxr-xr-xjparser6
1 files changed, 0 insertions, 6 deletions
diff --git a/jparser b/jparser
index 149ba09..1090e0f 100755
--- a/jparser
+++ b/jparser
@@ -21,7 +21,6 @@ template_simple=#date${separator}uid${separator}title${separator}buddies
simple_suffix=_simple.txt
user=$USER
format=-c
-user_cfg=/home/olpc/.sugar/default/config
helpme()
{
@@ -149,11 +148,6 @@ elif [[ "$1" = "-c" || "$1" = "-f" ]]; then
fi
fi
-#if [[ -e $user_cfg ]]; then # yep, that's ugly but fast. This should be erased shortly..
-# IFS='nickname =' read name <<< "$user_cfgi"
-# echo ===== $name =====
-#fi
-
# Now we call ourself to be able to inter in the function. Also used to run in concurrency
find $path -name "*$metadata" -exec $0 $callme '{}' $out $format \;&
wait # wait the end of parsing