Skip to content

Commit b25fcdc

Browse files
committed
fix: configure script should use /usr/bin/env
1 parent eb70642 commit b25fcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Overlay/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Configure script for Babble Gaze Eye Tracking
44
# Supports macOS and Linux
@@ -511,4 +511,4 @@ print_status " C Compiler: $CC"
511511
print_status " C++ Compiler: $CXX"
512512
if [[ $ENABLE_TRAINER -eq 1 ]]; then
513513
print_status " Python: $PYTHON_EXECUTABLE"
514-
fi
514+
fi

0 commit comments

Comments
 (0)