Ignore:
Timestamp:
01/03/17 01:11:16 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_secret/kkiste.sh

    r39626 r39627  
    7272                                touch $TMP/$PARSER.$INPUT.$FILENAME.list
    7373                        fi
    74                         piccount=$[$piccount+1]
    75                         LINE="$TITLE $LANG#$SRC $SRC parts $NEWPAGE#$PIC#$PARSER_$NEWPAGE_piccount.jpg#$NAME#0"
     74                        piccount=`expr $piccount + 1`
     75                        LINE="$TITLE $LANG#$SRC $SRC parts $NEWPAGE#$PIC#$PARSER_$NEWPAGE_$FILENAME_$piccount.jpg#$NAME#0"
    7676
    7777                        echo "$LINE" >> $TMP/$PARSER.$INPUT.list
Note: See TracChangeset for help on using the changeset viewer.