=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-13-{ calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh:14: f=`echo $1 | sed -e 's,//,/,g'` calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-15- if [ -f $f ]; then calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-16- echo -n "Found: $f... " calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh:17: mimetypes=`grep ^MimeType $f|sed -e 's/.*=//;s/;/,/g;'` calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh:18: servicetypes=`grep ^ServiceTypes $f|sed -e 's/.*=//;s/$/,/g'` calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-19- fulllist="$mimetypes,$servicetypes" ############################################## calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-27- fi calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh:28: nativemime=`grep X-KDE-NativeMimeType $f` calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-29- echo Native mimetype : $nativemime ############################################## calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-63- echo Looking under applnk dir: $dir calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh:64: for f in `find $dir -name $instance.desktop`; do calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-65- checkname $f ############################################## calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-80- echo Service Types dir $dir calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh:81: f=`echo $dir/calligra_part.desktop | sed -e 's,//,/,g'` calligra-3.2.1+dfsg/devtools/scripts/check_calligra_install.sh-82- if [ -f $f ]; then ############################################## calligra-3.2.1+dfsg/devtools/scripts/gdb_output_to_text.pl-4- my $a = $1; calligra-3.2.1+dfsg/devtools/scripts/gdb_output_to_text.pl:5: eval( "\$a=\"$a\"" ); calligra-3.2.1+dfsg/devtools/scripts/gdb_output_to_text.pl-6- print $a; ############################################## calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-32- echo -n "Found: $dir$filename... " calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh:33: hidden=`grep ^Hidden $dir$filename` calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-34- if [ "$hidden" == "true" ]; then ############################################## calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-36- else calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh:37: mimetype=`grep ^MimeType $dir$filename|sed -e 's/.*=//'` calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-38- mimes="$mimes:$mimetype"; # using ':' because of IFS calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh:39: patterns=`grep ^Patterns $dir$filename|sed -e 's/.*=//'` calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-40- if [ -n "$patterns" ]; then ############################################## calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-48- echo -n "Found: $dir$filename... " calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh:49: hidden=`grep ^Hidden $dir$filename` calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-50- if [ "$hidden" == "true" ]; then ############################################## calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-52- else calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh:53: mimetype=`grep ^MimeType $dir$filename|sed -e 's/.*=//'` calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-54- mimes="$mimes:$mimetype"; # using ':' because of IFS calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh:55: patterns=`grep ^Patterns $dir$filename|sed -e 's/.*=//'` calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-56- if [ -n "$patterns" ]; then ############################################## calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-64-IFS=" " calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh:65:mimes=`echo $mimes | sed -e 's/^://g'` calligra-3.2.1+dfsg/devtools/scripts/check_msword_import.sh-66-echo "Relevant mimetypes found: $mimes" ############################################## calligra-3.2.1+dfsg/devtools/scripts/show_duplicated_service_names.sh-11- for f in $(desktop_files) ; do calligra-3.2.1+dfsg/devtools/scripts/show_duplicated_service_names.sh:12: grep "^Type=Service\$" $f -q && a=`grep ^Name= $f` && echo $a calligra-3.2.1+dfsg/devtools/scripts/show_duplicated_service_names.sh-13- done | sort | uniq -d | while read a ; do echo -n "^$a\$|" ; done ############################################## calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/clean.sh-3-path=$(pwd) calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/clean.sh:4:for i in `find $path -type f -a -name '*.shape'` calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/clean.sh-5-do ############################################## calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/clean.sh-8- calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/clean.sh:9:for i in `find $path -type f -a -name '*.odg'` calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/clean.sh-10-do ############################################## calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/genInfo.sh-21- infoFile=$tmp.desktop calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/genInfo.sh:22: name=`unzip -p $i meta.xml` calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/genInfo.sh-23- name=${name##*<dc:title>} ############################################## calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/shape2odg.sh-3-path=$(pwd) calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/shape2odg.sh:4:for i in `find $path -type f -a -name '*.shape'` calligra-3.2.1+dfsg/plugins/stencilsdocker/stencils/shape2odg.sh-5-do ############################################## calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test-16-# Extract document name calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test:17:doc_name=`echo $doc | sed "s/.*\///"` calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test-18-# The name of the test case, e.g. "mytest" calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test-19-name=$2 calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test:20:uppercase_name=`echo $name | tr [:lower:] [:upper:] | tr - _` calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test-21- ############################################## calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test-65-# one embedded object, which we will assume is the chart. calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test:66:chart_doc_path=`echo "$doc_path/orig/"Chart*` calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test-67- calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test-68-if [ ! -d "$chart_doc_path" ]; then calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test:69: chart_doc_path=`echo "$doc_path/orig/"Object*` calligra-3.2.1+dfsg/plugins/chartshape/tests/odf/create-test-70-fi ############################################## calligra-3.2.1+dfsg/po/uz/calligrafilters.po-171-msgid "Attribute \"%1\" not found" calligra-3.2.1+dfsg/po/uz/calligrafilters.po:172:msgstr "Rasm %1" calligra-3.2.1+dfsg/po/uz/calligrafilters.po-173- ############################################## calligra-3.2.1+dfsg/po/uz/calligrafilters.po-852-msgid "Slide layout \"%1\" not found" calligra-3.2.1+dfsg/po/uz/calligrafilters.po:853:msgstr "Rasm %1" calligra-3.2.1+dfsg/po/uz/calligrafilters.po-854- ############################################## calligra-3.2.1+dfsg/po/uz/calligra.po-1945-msgid "No picture available." calligra-3.2.1+dfsg/po/uz/calligra.po:1946:msgstr "Hech qanday rasm yoʻq." calligra-3.2.1+dfsg/po/uz/calligra.po-1947- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-128-msgid "Create Slide Effect" calligra-3.2.1+dfsg/po/uz/calligrastage.po:129:msgstr "Rasm effektini oʻzgartirish" calligra-3.2.1+dfsg/po/uz/calligrastage.po-130- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-135-msgid "Modify Slide Effect" calligra-3.2.1+dfsg/po/uz/calligrastage.po:136:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-137- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1498-msgid "Double Fan" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1499:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1500- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1536-msgid "Double Sweep" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1537:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1538- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1563-msgid "Parallel Diagonal Top Left" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1564:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1565- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1599-msgid "Parallel Diagonal Top Left Reverse" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1600:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1601- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1687-msgid "Pin Wheel" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1688:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1689- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1723-msgid "Saloon Door" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1724:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1725- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1754-msgid "Single Sweep" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1755:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1756- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1776-msgid "Clockwise Left" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1777:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1778- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1854-msgid "Windshield" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1855:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1856- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1956-msgid "Diagonal Top Left" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1957:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1958- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1962-msgid "Diagonal Top Left Reverse" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1963:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1964- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-1973-msgid "Barn Zig Zag" calligra-3.2.1+dfsg/po/uz/calligrastage.po:1974:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-1975- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-2075-msgid "Double Diamond" calligra-3.2.1+dfsg/po/uz/calligrastage.po:2076:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-2077- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-2086-msgid "Zig Zag" calligra-3.2.1+dfsg/po/uz/calligrastage.po:2087:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-2088- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-2108-msgid "ArrowHead" calligra-3.2.1+dfsg/po/uz/calligrastage.po:2109:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-2110- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-2286-msgid "Box Snakes" calligra-3.2.1+dfsg/po/uz/calligrastage.po:2287:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-2288- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-2354-msgid "Parallel Snakes" calligra-3.2.1+dfsg/po/uz/calligrastage.po:2355:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-2356- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-2588-msgid "Waterfall" calligra-3.2.1+dfsg/po/uz/calligrastage.po:2589:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-2590- ############################################## calligra-3.2.1+dfsg/po/uz/calligrastage.po-2647-msgid "Swap effect" calligra-3.2.1+dfsg/po/uz/calligrastage.po:2648:msgstr "Rasm &effekti:" calligra-3.2.1+dfsg/po/uz/calligrastage.po-2649- ############################################## calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-7-KSPREAD=`dcopfind 'kspread*'` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:8:KSPREAD=`echo $KSPREAD | sed s/DCOPRef\(// | sed s/,\)//` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-9-for i in `seq 51 514` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-10- do calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:11: CELLREF=`dcop $KSPREAD Document/Map/List1 cell 7 $i` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:12: PASS=`dcop $CELLREF value` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-13- if test $PASS = 1.000000 calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-14- then calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:15: CELLREF=`dcop $KSPREAD Document/Map/List1 cell 2 $i` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:16: formula=`dcop $CELLREF text` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:17: formula=`echo $formula | sed s/\"/\\\\\\\\\"/g` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-18- calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-19-#nothing if formula contains a cellref ... calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:20: if test -z "`echo $formula | grep B[1-9]`" calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-21- then calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:22: CELLREF=`dcop $KSPREAD Document/Map/List1 cell 3 $i` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:23: result=`dcop $CELLREF text` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-24-#test whether we have a number ############################################## calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-30- VAL="false" calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:31: else if test -z `echo $result | grep -P "^\d+([\.,]\d+)?$"` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-32- then ############################################## calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-34- else calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:35: result=`echo $result | sed s/,/./` calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-36- VAL=$result calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-37- fi;fi;fi calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests:38: echo "CHECK_EVAL(\"=${formula}\", Value($VAL)); // row $i" calligra-3.2.1+dfsg/sheets/tests/generate-openformula-tests-39- fi ############################################## calligra-3.2.1+dfsg/sheets/tests/TestInformationFunctions.cpp-246- calligra-3.2.1+dfsg/sheets/tests/TestInformationFunctions.cpp:247: CHECK_EVAL( "CELL(\"ADDRESS\";B7)", Value( "$B$7" ) ); calligra-3.2.1+dfsg/sheets/tests/TestInformationFunctions.cpp:248: CHECK_EVAL( "CELL(\"ADDRESS\";Sheet2!B7)", Value( "'Sheet2'!$B$7" ) ); calligra-3.2.1+dfsg/sheets/tests/TestInformationFunctions.cpp-249- ############################################## calligra-3.2.1+dfsg/sheets/tests/TestInformationFunctions.cpp-257- calligra-3.2.1+dfsg/sheets/tests/TestInformationFunctions.cpp:258: //CHECK_EVAL( "CELL(\"ADDRESS\";'x:\\sample.ods'#Sheet3!B7)", Value( "'file:///x:/sample.ods'#$Sheet3.$B$7" ) ); calligra-3.2.1+dfsg/sheets/tests/TestInformationFunctions.cpp-259- ############################################## calligra-3.2.1+dfsg/tests/test_kundo2_i18n.sh-30-fi calligra-3.2.1+dfsg/tests/test_kundo2_i18n.sh:31:if test 1 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_kundo2_i18n.sh-32- echo "FAIL: there should be 1 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_kundo2_i18n.sh-34-fi calligra-3.2.1+dfsg/tests/test_kundo2_i18n.sh:35:if test 3 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_kundo2_i18n.sh-36- echo "FAIL: there should be 3 message strings strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18n_noop2.sh-30-fi calligra-3.2.1+dfsg/tests/test_i18n_noop2.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18n_noop2.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18n_noop2.sh-34-fi calligra-3.2.1+dfsg/tests/test_i18n_noop2.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18n_noop2.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18n_noop.sh-30-fi calligra-3.2.1+dfsg/tests/test_i18n_noop.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18n_noop.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18n_noop.sh-34-fi calligra-3.2.1+dfsg/tests/test_i18n_noop.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18n_noop.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18ncp.sh-30-fi calligra-3.2.1+dfsg/tests/test_xi18ncp.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18ncp.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18ncp.sh-34-fi calligra-3.2.1+dfsg/tests/test_xi18ncp.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18ncp.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18nc_long.sh-30-fi calligra-3.2.1+dfsg/tests/test_xi18nc_long.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18nc_long.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18nc_long.sh-34-fi calligra-3.2.1+dfsg/tests/test_xi18nc_long.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18nc_long.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_messages.sh-21- echo "Testing $files: $file" calligra-3.2.1+dfsg/tests/test_messages.sh:22: echo `grep '^potfilename=' "$file"` calligra-3.2.1+dfsg/tests/test_messages.sh:23: count=`grep -c '^potfilename=' "$file"` calligra-3.2.1+dfsg/tests/test_messages.sh-24- if [[ $count != 1 ]]; then ############################################## calligra-3.2.1+dfsg/tests/test_i18nc.sh-30-fi calligra-3.2.1+dfsg/tests/test_i18nc.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18nc.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18nc.sh-34-fi calligra-3.2.1+dfsg/tests/test_i18nc.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18nc.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_kundo2_i18nc.sh-30-fi calligra-3.2.1+dfsg/tests/test_kundo2_i18nc.sh:31:if test 1 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_kundo2_i18nc.sh-32- echo "FAIL: there should be 1 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_kundo2_i18nc.sh-34-fi calligra-3.2.1+dfsg/tests/test_kundo2_i18nc.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_kundo2_i18nc.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_kundo2_i18nc_long.sh-30-fi calligra-3.2.1+dfsg/tests/test_kundo2_i18nc_long.sh:31:if test 1 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_kundo2_i18nc_long.sh-32- echo "FAIL: there should be 1 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_kundo2_i18nc_long.sh-34-fi calligra-3.2.1+dfsg/tests/test_kundo2_i18nc_long.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_kundo2_i18nc_long.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18np.sh-30-fi calligra-3.2.1+dfsg/tests/test_xi18np.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18np.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18np.sh-34-fi calligra-3.2.1+dfsg/tests/test_xi18np.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18np.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18np.sh-30-fi calligra-3.2.1+dfsg/tests/test_i18np.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18np.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18np.sh-34-fi calligra-3.2.1+dfsg/tests/test_i18np.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18np.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18nc_long.sh-30-fi calligra-3.2.1+dfsg/tests/test_i18nc_long.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18nc_long.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18nc_long.sh-34-fi calligra-3.2.1+dfsg/tests/test_i18nc_long.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18nc_long.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18n.sh-30-fi calligra-3.2.1+dfsg/tests/test_xi18n.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18n.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18n.sh-34-fi calligra-3.2.1+dfsg/tests/test_xi18n.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18n.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18n.sh-30-fi calligra-3.2.1+dfsg/tests/test_i18n.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18n.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18n.sh-34-fi calligra-3.2.1+dfsg/tests/test_i18n.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18n.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18n_mixed.sh-30-fi calligra-3.2.1+dfsg/tests/test_i18n_mixed.sh:31:if test 1 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18n_mixed.sh-32- echo "FAIL: there should be 1 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_i18n_mixed.sh-34-fi calligra-3.2.1+dfsg/tests/test_i18n_mixed.sh:35:if test 3 -ne `grep msgid "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_i18n_mixed.sh-36- echo "FAIL: there should be 3 message strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18nc.sh-30-fi calligra-3.2.1+dfsg/tests/test_xi18nc.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18nc.sh-32- echo "FAIL: there should be 0 qtundo-format strings" ############################################## calligra-3.2.1+dfsg/tests/test_xi18nc.sh-34-fi calligra-3.2.1+dfsg/tests/test_xi18nc.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then calligra-3.2.1+dfsg/tests/test_xi18nc.sh-36- echo "FAIL: there should be 2 message strings" ############################################## calligra-3.2.1+dfsg/cmake/modules/GetGitRevisionDescription.cmake-76- @ONLY) calligra-3.2.1+dfsg/cmake/modules/GetGitRevisionDescription.cmake:77: include("${GIT_DATA}/grabRef.cmake") calligra-3.2.1+dfsg/cmake/modules/GetGitRevisionDescription.cmake-78- ############################################## calligra-3.2.1+dfsg/cmake/modules/CalligraProductSetMacros.cmake-162- # include the productset definition calligra-3.2.1+dfsg/cmake/modules/CalligraProductSetMacros.cmake:163: include(${_productset_filename}) calligra-3.2.1+dfsg/cmake/modules/CalligraProductSetMacros.cmake-164- if(NOT CALLIGRA_PRODUCTSET_${_uppercase_product_id}) ############################################## calligra-3.2.1+dfsg/filters/words/msword-odf/wv2/wv2-config.cmake-30- case "$1" in calligra-3.2.1+dfsg/filters/words/msword-odf/wv2/wv2-config.cmake:31: -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; calligra-3.2.1+dfsg/filters/words/msword-odf/wv2/wv2-config.cmake-32- *) optarg= ;; ############################################## calligra-3.2.1+dfsg/filters/words/msword-odf/wv2/src/generator/generate.pl-1615- print TEST " // First we have to create some infrastructure\n"; calligra-3.2.1+dfsg/filters/words/msword-odf/wv2/src/generator/generate.pl:1616: print TEST " system(\"rm " . $tmp . "_test.doc &> /dev/null\");\n"; calligra-3.2.1+dfsg/filters/words/msword-odf/wv2/src/generator/generate.pl-1617- print TEST " OLEStorage storage(\"" . $tmp . "_test.doc\");\n"; ############################################## calligra-3.2.1+dfsg/extras/filemanagertemplates/insert_ident_string.sh-20-echo -e -n '\x04\x06\x00' >> $tmpfile calligra-3.2.1+dfsg/extras/filemanagertemplates/insert_ident_string.sh:21:#outsize=`stat $tmpfile | grep 'Size:' | gawk '{print $2;}'` calligra-3.2.1+dfsg/extras/filemanagertemplates/insert_ident_string.sh-22-#dd if=$file of=$tmpfile bs=1 skip=10 seek=$outsize ############################################## calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh-28- POT_PART_QUNDOFORMAT="$1" calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh:29: POT_PART_QUNDOFORMAT2="`mktemp "$podir"/_qundoformat2_XXXXXXXX.pot`" calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh-30- ############################################## calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh-51- SRC_FILES="$*" calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh:52: POT_PART_NORMAL="`mktemp "$podir"/_normal_XXXXXXXX.pot`" calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh:53: POT_PART_QUNDOFORMAT="`mktemp "$podir"/_qundoformat_XXXXXXXX.pot`" calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh:54: POT_MERGED="`mktemp "$podir"/_merged_XXXXXXXX.pot`" calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh-55- ############################################## calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh-105- EXCLUDE="" calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh:106: for f in `find . -name .i18n | sed 's/\/\.i18n$//g' | sort`; do calligra-3.2.1+dfsg/kundo2_aware_xgettext.sh-107- if ! grep -q "^${1}$" "$f/.i18n" ; then