From dc75a7a35d1fe175caeee0abdf00d48645ea1a31 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Feb 2009 00:28:08 +0100 Subject: Removing bashism in initscript. --- debian/live-initramfs.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index 1dd72cc..5ab7b81 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -59,7 +59,7 @@ cache_path() { get_boot_device() { # search in /proc/mounts for the device that is mounted at /live/image while read DEVICE MOUNT REST; do - if [ "${MOUNT}" == "/live/image" ]; then + if [ "${MOUNT}" = "/live/image" ]; then echo "${DEVICE}" exit 0 fi -- cgit v1.2.3