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)
commitabc086c715d231160badf9078368d190e47a9028
tree2b254e415c9019a70fea61cff07cb6c0121325b1
parent8dbe2058fb2e5717d3077dbaf890d3919405697e
[#!] #!/bin/bash -> #!/usr/bin/env bash

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