diff options
| author | Simon Rettberg | 2013-04-29 20:43:28 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-04-29 20:43:28 +0200 |
| commit | e8540c73bab2a0bd4e5519adc61f9a7b886472ed (patch) | |
| tree | 10027185a1aa873b8b00b9da47281dba11f0e25c | |
| parent | Terminfo (diff) | |
| download | tm-scripts-e8540c73bab2a0bd4e5519adc61f9a7b886472ed.tar.gz tm-scripts-e8540c73bab2a0bd4e5519adc61f9a7b886472ed.tar.xz tm-scripts-e8540c73bab2a0bd4e5519adc61f9a7b886472ed.zip | |
spefijpsrpsoigj
| -rw-r--r-- | remote/rootfs/rootfs-stage32/data/etc/profile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/profile b/remote/rootfs/rootfs-stage32/data/etc/profile index 6e7bea1a..ff29e9c5 100644 --- a/remote/rootfs/rootfs-stage32/data/etc/profile +++ b/remote/rootfs/rootfs-stage32/data/etc/profile @@ -57,5 +57,7 @@ for i in /etc/profile.d/*.sh ; do fi done -if [ -s "$HOME/.bashrc"] && . "$HOME/.bashrc" +if [ -s "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" +fi |
