A bunch of shebang fixes from unportable /bin/bash to portable /usr/bin/env bash

This commit is contained in:
J M Dieterich
2017-05-16 21:50:49 -04:00
committed by prangana
parent abaeaa68ea
commit 4aafe0505d
27 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like
@@ -47,4 +47,4 @@ if [ $? -eq 0 ]; then
else
echo "Test Pass"
exit 0
fi
fi

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Copyright (C) 2017, Advanced Micro Devices, Inc.

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like

2
configure vendored
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# BLIS
# An object-based framework for developing high-performance BLAS-like