~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to update-pot.sh

  • Committer: Tony George
  • Date: 2013-10-24 15:11:55 UTC
  • Revision ID: teejee2008@gmail.com-20131024151155-3phu9mo26k2oflxq
Improved detection of disk partitions

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
xgettext --language=C --keyword=_ --copyright-holder='Tony George (teejee2008@gmail.com)' --package-name='timeshift' --package-version='1.1' --msgid-bugs-address='teejee2008@gmail.com' --escape --sort-output -o timeshift.pot src/*.vala
10
10
 
 
11
#check for errors
 
12
if [ $? -ne 0 ]; then
 
13
        echo "Failed"
 
14
        exit 1
 
15
fi
 
16
 
11
17
cd "$backup"