Browse Source

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

pull/1472/head
Yuri 10 years ago
parent
commit
ce3033a0cf
  1. 2
      bootstrap.sh
  2. 2
      simple_make.sh
  3. 2
      tools/buildPackages.sh

2
bootstrap.sh

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

2
simple_make.sh

@ -1,4 +1,4 @@ @@ -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 \

2
tools/buildPackages.sh

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

Loading…
Cancel
Save