Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct comment.
[simgrid.git] / tools / jenkins / Flags.sh
index 62d76e3..597c14b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 
 set -e
 
@@ -34,7 +34,7 @@ onoff() {
   fi
 }
 
-### Cleanup previous runs
+### Cleanup previous runs
 
 ! [ -z "$WORKSPACE" ] || die "No WORKSPACE"
 [ -d "$WORKSPACE" ] || die "WORKSPACE ($WORKSPACE) does not exist"