~dimula73/+junk/krita-testing-l10n-all

« back to all changes in this revision

Viewing changes to debian/create_control_file.sh

  • Committer: Dmitry Kazakov
  • Date: 2014-03-05 11:20:35 UTC
  • Revision ID: dimula73@gmail.com-20140305112035-odz0zr7xxnbqv3v6
More invalid character fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
for i in `cat ../subdirs`; do
6
6
    t=`echo -n $i | sed -e's|\@|-|'`
 
7
    t=`echo -n $t | sed -e's|_|-|'`
7
8
    sed -e "s/LANGVAR/$t/" control_package_template >> control
8
9
    echo >> control
9
10
done
 
 
b'\\ No newline at end of file'