Browse Source

Fix bashism

Samuel Thibault 4 years ago
parent
commit
a9b21beb0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/starpu_workers_activity.in

+ 1 - 1
tools/starpu_workers_activity.in

@@ -46,7 +46,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ "$1" = "" ] ; then
 fi
 
 odir="."
-if [ "$1" == "-d" ]
+if [ "$1" = "-d" ]
 then
     odir=$2
     shift ; shift