On Thu, Jul 06, 2023 at 11:51:01AM +0200, alexl@xxxxxxxxxx wrote: > + local fstyp=${1:-$FSTYP} > + local scratch_mnt=${2:-$SCRATCH_MNT} Some code after this still uses $FSTYP and $SCRATCH_MNT. Is that a bug? - Eric
On Thu, Jul 06, 2023 at 11:51:01AM +0200, alexl@xxxxxxxxxx wrote: > + local fstyp=${1:-$FSTYP} > + local scratch_mnt=${2:-$SCRATCH_MNT} Some code after this still uses $FSTYP and $SCRATCH_MNT. Is that a bug? - Eric