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