diff options
author | maximilian attems <maks@debian.org> | 2009-10-01 00:01:18 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-10-01 00:01:18 +0200 |
commit | 339235ef8fc662c5ac29a4906680cf839f0fb711 (patch) | |
tree | 9f0834f726eac99c8dae6ebabdcb32d1ee76aaf6 /scripts/functions | |
parent | 8d3cbe0252a6caec0b5a6bd97c5aa2de65ccc139 (diff) | |
download | initramfs-tools-339235ef8fc662c5ac29a4906680cf839f0fb711.tar.gz initramfs-tools-339235ef8fc662c5ac29a4906680cf839f0fb711.zip |
kernel hook scripts: Fix typo
/etc/kernel/postrm.d/initramfs-tools: line 12: =: command not found
It says:
${bootdir}= $(dirname "$2")
which should be:
bootdir=$(dirname "$2")
Tested-by: Matthijs Kooijman <matthijs@stdin.nl>
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'scripts/functions')
0 files changed, 0 insertions, 0 deletions