diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:57:43 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:57:43 +0100 |
commit | 86b1f0ef352205029457cc75e525f86aa70239e5 (patch) | |
tree | e356eb20edc24c4ab10eede5270e348f9e00e4cd /rootfs/etc/profile | |
parent | a9ef380662da3efa382017ff8423f1a894b31bfd (diff) |
fix env vars + sysfs + led demoweek4
Diffstat (limited to 'rootfs/etc/profile')
-rw-r--r-- | rootfs/etc/profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootfs/etc/profile b/rootfs/etc/profile index 8e38c52..431ef69 100644 --- a/rootfs/etc/profile +++ b/rootfs/etc/profile @@ -1,6 +1,5 @@ # /etc/profile umask 022 -cd "$HOME" export PATH="$PATH:/usr/bin" export LD_LIBRARY_PATH="/lib" |