diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 22:39:49 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 22:39:49 +0000 |
commit | 0eb102856d932cd7c2de4c144e28cb59b9bfcf75 (patch) | |
tree | 8ccd14c0be7813af92ad64e416c853be59e43ac7 /build-repo.sh | |
parent | 700946268b95dc5acc6d7ac5b7923e6c3188d2f4 (diff) |
fixed build repo
Diffstat (limited to 'build-repo.sh')
-rwxr-xr-x | build-repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-repo.sh b/build-repo.sh index 7bdd3ef..fdb9442 100755 --- a/build-repo.sh +++ b/build-repo.sh @@ -1,4 +1,4 @@ -!/bin/bash +#!/bin/bash XIBUILD=./xibuild |