mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-23 14:25:10 +00:00
Modified shebang in build.sh
This commit is contained in:
parent
3e747e9220
commit
fffbf28805
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/sh -e
|
||||
|
||||
echo "Cleaning.."
|
||||
rm -f ./bin/uxnasm
|
||||
|
|
Loading…
Reference in a new issue