Refactor away 'default' and just call the default profile 'bird'

This commit is contained in:
Pim van Pelt
2023-05-31 14:47:19 +00:00
parent 6414b290fa
commit 4c3d92008f
128 changed files with 28 additions and 18 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
BUILD=${BUILD:=default}
BUILD=${BUILD:=bird}
LAB=${LAB:=0}
## Do not touch below this line