summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-14 23:04:56 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-14 23:04:56 +0100
commitf28ca0a89bd1b23e136bb09685b1d9d3ea0b5bb1 (patch)
treedeb006c8440eb2b104ff9be2392b9be1e1524b9e
parent5641703ef043ffc10ab9ab0e15f29ccbe30df7a5 (diff)
MAKEDEV: use bashv0.9.git20201114
dash's expandarg always calls expandmeta which calls glob64, which stats the parameters. This is dangerous for MAKEDEV since it triggers the translator, which may be strictly unwanted when filling an installed system.
-rw-r--r--sutils/MAKEDEV.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index 0730a64b..0b040e0f 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Make standard devices
#