summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuigi Capriotti <l.capriotti@xbmc.org>2009-06-23 15:16:26 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:05 +0100
commit2c2184b6deff74fd2ea091edeee34efa08b74b09 (patch)
tree5b1dd2eae14e02b2bfd408724825155007b7ee24 /scripts
parent3d5cbc23ec2cc7928df7b4eff961c9ef11d8fbf4 (diff)
downloadlive-boot-2c2184b6deff74fd2ea091edeee34efa08b74b09.tar.gz
live-boot-2c2184b6deff74fd2ea091edeee34efa08b74b09.zip
Fixing typo in snapshot file list.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index a28d6e9..89fcd50 100755
--- a/scripts/live
+++ b/scripts/live
@@ -927,7 +927,7 @@ find_snap ()
if [ "${PERSISTENT}" != "nofiles" ]
then
# search for image files
- snapdata=$(find_files "${snap_label}.squashfs ${snap_label}.cpio.gz ${snap_label}.ext2 ${snap_label}.ext3 ${snal_label}.ext4 ${snap_label}.jffs2")
+ snapdata=$(find_files "${snap_label}.squashfs ${snap_label}.cpio.gz ${snap_label}.ext2 ${snap_label}.ext3 ${snap_label}.ext4 ${snap_label}.jffs2")
fi
if [ -z "${snapdata}" ]