]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame_incremental - pkgs/tiv/tiv_builder.sh
Initial commit published for NUR
[perso/Immae/Config/Nix/NUR.git] / pkgs / tiv / tiv_builder.sh
... / ...
CommitLineData
1orig=$(declare -f preConfigure)
2new_name="preConfigure2 ${orig#preConfigure}"
3eval "$new_name"
4
5preConfigure() {
6 preConfigure2 || true
7}
8