simplification/optimisation: update tso->bound->tso when scavenging the TSO
[ghc-hetmet.git] / utils / mkdirhier / mkdirhier.sh
1 #!/bin/sh
2
3 mkdir -p ${1+"$@"}
4