summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 4da89c1..7203b73 100755
--- a/bashrc
+++ b/bashrc
@@ -135,3 +135,7 @@ make() {
emake "$@"
fi
}
+
+preserve_old_lib() {
+ ewarn "Preserved libs are disabled in tinderbox. Shush, go away!"
+}