#!/bin/sh -e
## **************************************************************************
## For copyright and licensing terms, see the file named COPYING.
## **************************************************************************
# vim: set filetype=sh:
redo-ifchange conf-home "$1"
exec sed -e 's/HOME/'$(head -n 1 conf-home)'/g' "$1" > "$3"
