=== modified file 'common.zsh' --- common.zsh 2017-12-13 01:20:49 +0000 +++ common.zsh 2017-12-13 01:17:55 +0000 @@ -376,7 +376,7 @@ (($previous_parsed)) && return if ! [[ -f $FILE ]]; then - info "rebuild: missing $FILE" + info "changed: missing $FILE" previous_parsed=1 has_previous=0 return 1 === modified file 'functions/fstab-add-and-mount' --- functions/fstab-add-and-mount 2017-12-13 01:20:49 +0000 +++ functions/fstab-add-and-mount 2017-12-12 23:27:57 +0000 @@ -1,8 +1,8 @@ defvar prev_fstab '' eval $(getvars prev_fstab) local fstab -fstab=$prev_fstab${(F)@}$'\n' -setvar fstab "$fstab" +fstab=$prev_fstab${(F}@}$'\n' +setvar fstab $fstab mount -a --fstab /dev/stdin <<<$fstab \ || die "Failed to mount required filesystems"