summaryrefslogtreecommitdiff
path: root/prepare
diff options
context:
space:
mode:
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare b/prepare
index 0ec70db..ecd3753 100755
--- a/prepare
+++ b/prepare
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
cd "$1"
gcc -Wall -pedantic -O3 -march=native -mtune=native -flto -o "part$2" "part$2.c"