Skip to content

Commit

Permalink
grml-live: fix build only mode
Browse files Browse the repository at this point in the history
Fix embarrassing typo.
  • Loading branch information
zeha committed Dec 10, 2024
1 parent 83ad92e commit 205d589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ if [ -n "$EXTRACT_ISO_NAME" ]; then
fi

local squashfs
squahsfs=( "${tempdir}"/live/*/*.squashfs )
if (( ${#squahsfs[@]} != 0 )) && [ -r "${squashfs[0]}" ]; then
squashfs=( "${tempdir}"/live/*/*.squashfs )
if (( ${#squashfs[@]} != 0 )) && [ -r "${squashfs[0]}" ]; then
log "Will unsquashfs ${squashfs[0]}"
unsquashfs -d "${CHROOT_OUTPUT}" "${squashfs[0]}" ; rc=$?
else
Expand Down

0 comments on commit 205d589

Please sign in to comment.