mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 07:32:22 +00:00
fix bashism
This commit is contained in:
parent
015d8bab65
commit
51b59ed960
@ -53,7 +53,7 @@ create_manifest() {
|
|||||||
echo "create_manifest call to snap_seed_parse finished."
|
echo "create_manifest call to snap_seed_parse finished."
|
||||||
if [ "$PROJECT" = ubuntu-cpc ]; then
|
if [ "$PROJECT" = ubuntu-cpc ]; then
|
||||||
echo "create_manifest creating file listing."
|
echo "create_manifest creating file listing."
|
||||||
local target_filelist=${2/.manifest}.filelist
|
local target_filelist=${2%.manifest}.filelist
|
||||||
(cd "${chroot_root}" && find) > "${target_filelist}"
|
(cd "${chroot_root}" && find) > "${target_filelist}"
|
||||||
fi
|
fi
|
||||||
echo "create_manifest finished"
|
echo "create_manifest finished"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user