Sfoglia il codice sorgente

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

Nathalie Furmento 8 anni fa
parent
commit
360d310ea2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.
 #