commit | 0303a1e22d6d70f8a4376e61cbed09a2ce52f04b | [log] [tgz] |
---|---|---|
author | Joe Hildebrand <joe-github@cursive.net> | Wed Aug 26 10:35:15 2015 -0600 |
committer | Joe Hildebrand <joe-github@cursive.net> | Wed Aug 26 10:35:15 2015 -0600 |
tree | 33246b077f5c0b3a48f0ef617b6ee9b28ba347e3 | |
parent | 1c127e4829455b65fb7cc39b96e1df96586f3827 [diff] |
Missing scratchbang somehow.
diff --git a/build.sh b/build.sh index a07f37f..69dd2e9 100755 --- a/build.sh +++ b/build.sh
@@ -1,3 +1,4 @@ +#!/bin/sh if [ ! -d "build" ]; then mkdir build fi