Browse Source

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

Nathalie Furmento 7 years ago
parent
commit
360d310ea2
1 changed files with 1 additions and 1 deletions
  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.
 #