Skip to content

Commit

Permalink
2 tiny fixes
Browse files Browse the repository at this point in the history
- bogus debug build warning fixed
- fixed docs build warning message to prevent execution of  embedded shell script line
  • Loading branch information
Hofi committed Nov 20, 2018
1 parent 5acf398 commit 208b0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$ACTION" = "" ] ; then
doxygen Documentation/Doxyfile
else
echo "warning: Doxygen not found in PATH"
echo "open Terminal and type this command `brew install doxygen` then click `enter/return` key. finally build this target again"
echo "open Terminal and type this command 'brew install doxygen' then click 'enter/return' key. finally build this target again"
fi
elif [ "$ACTION" = "clean" ] ; then
rm -rf "$SRCROOT/Documentation/html"
Expand Down
2 changes: 1 addition & 1 deletion Sparkle/SUUpdater.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ @implementation SUUpdater
static NSMutableDictionary *sharedUpdaters = nil;
static NSString *const SUUpdaterDefaultsObservationContext = @"SUUpdaterDefaultsObservationContext";

#ifdef DEBUG
#if DEBUG
+ (void)load
{
// Debug builds have different configurations for update check intervals
Expand Down

0 comments on commit 208b0dc

Please sign in to comment.