ref: efd1615c5741a6898853fefc24b1cbcb734e5477
parent: e2e50a8e5a74452672f9418bcdfe4de10f600ed0
author: henesy <devnull@localhost>
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}