ref: 670f0522666ee17979bb50708af67692c630a54c
parent: f3d7f6816698aba6360ac2840412f7e42bdd02dd
author: henesy <unknown>
date: Wed Oct 2 20:24:59 EDT 2019
fix namespace ordering bug (thanks pete)
--- a/lib/sh/profile
+++ b/lib/sh/profile
@@ -22,6 +22,6 @@
# Run the user's profile
cd
-and {ftest -d tmp} {bind -c tmp /tmp}
and {ftest -e namespace} {nsbuild}
+and {ftest -d tmp} {bind -c tmp /tmp}
and {ftest -e lib/profile} {run lib/profile}