Explorar el Código

examples/lu/lu.sh: use sh instead of bash

Nathalie Furmento hace 8 años
padre
commit
360d310ea2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/lu/lu.sh

+ 1 - 1
examples/lu/lu.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #