[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#688794: scripts/hook-functions: breaks boot if /tmp noexec



Hello!

Maybe is the problem in names of variables?

$ eval array_intel-microcode="udev"
bash: array_intel-microcode=udev: command not found
$ echo $?
127
$ echo $array_intel-microcode
-microcode
$ eval array_intel_microcode="udev"
$ echo $?
0
$ echo $array_intel_microcode
udev

WBR,
    Mihail.


Reply to: