diff options
| author | Simon Rettberg | 2013-10-18 18:45:47 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-10-18 18:45:47 +0200 |
| commit | af1395ab172f7c981b53b83d1474264880f11775 (patch) | |
| tree | d0365822747780cccafcf5ce85c856e718cdcb63 | |
| parent | [vmware] Switch from VMware player to workstation, bump version to 10.0 (woul... (diff) | |
| download | tm-scripts-af1395ab172f7c981b53b83d1474264880f11775.tar.gz tm-scripts-af1395ab172f7c981b53b83d1474264880f11775.tar.xz tm-scripts-af1395ab172f7c981b53b83d1474264880f11775.zip | |
[rootfs-stage32] Remove retarded $PATH declaration from /etc/profile
| -rw-r--r-- | remote/rootfs/rootfs-stage32/data/etc/profile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/profile b/remote/rootfs/rootfs-stage32/data/etc/profile index a9b85a9c..23e7373c 100644 --- a/remote/rootfs/rootfs-stage32/data/etc/profile +++ b/remote/rootfs/rootfs-stage32/data/etc/profile @@ -1,15 +1,5 @@ # ~/.bashrc: executed by bash(1) for non-login interactive shells. -export PATH=\ -/bin:\ -/sbin:\ -/usr/bin:\ -/usr/sbin:\ -/opt/openslx/bin:\ -/opt/openslx/sbin:\ -/opt/openslx/usr/bin:\ -/opt/openslx/usr/sbin - # If running interactively, then: if [ "$PS1" ]; then |
