Skip to content

Commit

Permalink
fix to build leak check versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bannon committed Apr 19, 2019
1 parent 5a71bc3 commit a2cf85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/package_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function DoZipping {
# --------------------------------------
# It all starts here

if [ "$2" -eq "LeakCheck" ]; then
if [ "$2" == "LeakCheck" ]; then
BuildItLeakCheck
else
BuildIt
Expand Down
2 changes: 1 addition & 1 deletion tomboy-ng/Tomboy_NG.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<CompilerOptions>
<Version Value="11"/>
<Target>
<Filename Value="tomboy-ng32"/>
<Filename Value="tomboy-ng"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
Expand Down

0 comments on commit a2cf85f

Please sign in to comment.