1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fixed bash shebangs to use /usr/bin/env for better compatibility

This commit is contained in:
Yuri 2015-03-25 22:16:22 -07:00
parent dc8ef40fba
commit ce3033a0cf
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
################ parameters ################
# directory where the script is located

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
if which apt-get; then
sudo apt-get install build-essential qt5-qmake qt5-default libopenal-dev libopencv-dev \

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Config (Update me if needed !)
VERSION_UPSTREAM="1.0"