diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-29 03:08:09 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-29 03:08:09 -0500 |
commit | bfbb55ed6430f6b4d9bb49d4f2592ef9a5713e75 (patch) | |
tree | 763a032515d692ad787e0d5ef5b90e5339c18cfd /flash_macbook21applebios | |
parent | 0264bd2989c282c8ffaa13e1c491aa529789565e (diff) |
refactor (again): new download script, separate architectures, modules
Diffstat (limited to 'flash_macbook21applebios')
-rwxr-xr-x | flash_macbook21applebios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash_macbook21applebios b/flash_macbook21applebios index 21fdaa2..7b55ce4 100755 --- a/flash_macbook21applebios +++ b/flash_macbook21applebios @@ -33,7 +33,7 @@ else echo "This script must be run on an i686 or x86_64 host. x86_64 is recommended." exit 1 fi -if [ -f "DEBLOB" ]; then +if [ ! -f ".binarchive" ]; then # In a src archive or git arch=. fi |