#!/bin/bash # # Copyright (C) 2008, 2009 by Marc Kleine-Budde # # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions # see the README file. # ptxd_make_image_fix_permissions_generate() { case "${kind}" in n) # erase existing nodes cat >&3 < "${fixscript}" while [ ${#} -ne 0 ]; do ptxd_make_image_fix_permissions_check "${1}" || return shift done exec 3>&- # nothing to do! if [ \! -s "${fixscript}" ]; then return fi cat <&2 <