Skip to content

Commit

Permalink
Create MODEL file after the first run
Browse files Browse the repository at this point in the history
  • Loading branch information
Piker-Alpha committed Jan 4, 2014
1 parent 05b58d2 commit a820784
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions r
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ if [[ "$1" =~ [iMac|Mac] ]];
make MODEL=`cat MODEL` > out.log
else
#
# No default model found. Use the default (matches settings-template.h)
#
# No default model found. Create MODEL file for future use.
#
echo "Macmini" > MODEL
#
# Use Macmini as our default (matches settings-template.h)
#
make MODEL=Macmini > out.log

fi;
fi

0 comments on commit a820784

Please sign in to comment.