Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[#!] #!/bin/bash -> #!/usr/bin/env bash
authorMillian Poquet <millian.poquet@inria.fr>
Thu, 1 Feb 2018 10:46:09 +0000 (11:46 +0100)
committerMillian Poquet <millian.poquet@inria.fr>
Thu, 1 Feb 2018 10:46:09 +0000 (11:46 +0100)
find . \
    -type f \
    -not -iwholename '*.git*' \
    -exec sed -i -e 'sW#!\s*/bin/bashW#!/usr/bin/env bashWg' {} \;

teshsuite/smpi/mpich3-test/generate_report
tools/fix-paje-trace.sh
tools/git-hooks/clang-format.pre-commit
tools/internal/check_dist_archive
tools/internal/indent
tools/internal/update_copyright_header

index 259fae9..0d85490 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Copyright (c) 2010-2017. The SimGrid Team. All rights reserved.
 
index 8d1bd55..c56aa58 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright (c) 2015, David Martin
 # All rights reserved.
 # 
index 89f1f92..e31e692 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Copyright (c) 2013-2014. The SimGrid Team.
 # All rights reserved.
index 56c3906..3587410 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Copyright (c) 2011, 2014. The SimGrid Team.
 # All rights reserved.
index 238f200..e684491 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Copyright (c) 2014. The SimGrid Team.
 # All rights reserved.