diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-11-10 13:11:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-11-10 13:11:19 +0000 |
| commit | 1c213e06a7b87414a95ed08db22112828a9e4bc1 (patch) | |
| tree | ca05b8d371e7d18e7de08dff19e4d52c5707425c /utils/update_ts.sh | |
| parent | 0196e816b93310befb377a0fd69b5174bd572f0b (diff) | |
| download | qmmp-1c213e06a7b87414a95ed08db22112828a9e4bc1.tar.gz qmmp-1c213e06a7b87414a95ed08db22112828a9e4bc1.tar.bz2 qmmp-1c213e06a7b87414a95ed08db22112828a9e4bc1.zip | |
fixed update_ts.sh and update_tx.sh
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10388 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'utils/update_ts.sh')
| -rwxr-xr-x | utils/update_ts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/update_ts.sh b/utils/update_ts.sh index 40d1af075..35ae71362 100755 --- a/utils/update_ts.sh +++ b/utils/update_ts.sh @@ -15,8 +15,6 @@ do plug_name=`echo $tr_dir | cut -d '/' -f 3` fi - echo "Updating ${plug_name}" - case $plug_name in IncDecVolumeOption) plug_name="incdecvolume" @@ -46,6 +44,8 @@ do plug_name="qmmp" ;; esac + + echo "Updating ${plug_name}" ts_files='' qm_files='' |
