Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
Version 1.1.8 containing bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TW committed Nov 3, 2013
2 parents 5377dca + f8d247a commit ee19b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Tomasz Wisniewski aka DAGON <[email protected]>
Contributions
=============
Michal Gorny - [email protected]

Piotr Walesiuk
4 changes: 2 additions & 2 deletions napi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ g_MandatoryTools=( 'md5sum' 'tr' 'printf'

# if pynapi is not acceptable then use "other" - in this case p7zip is
# required to finish processing
g_Revison="v1.1.7"
g_Revison="v1.1.8"
g_Version="pynapi"
#g_Version="other"

Expand Down Expand Up @@ -364,7 +364,7 @@ function download_subs
subotage.sh -i "$output" -of $g_Format -o "$outputSubs" $subotage_c2

# remove the old format if conversion was successful
[[ $? -eq 0 ]] && rm -f "$output"
[[ $? -eq 0 ]] && [[ "$output" != "$outputSubs" ]] && rm -f "$output"
echo " -- =================="
fi
else
Expand Down

0 comments on commit ee19b02

Please sign in to comment.