diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:34:40 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:34:40 +0000 |
commit | e8def1fcfc2fd7b888f7f391d02767fd9d852eb0 (patch) | |
tree | 4d7a5dfd4f683e83af02835833c93ac5826ab4e7 /target/device/Atmel/atngw100/target_skeleton/root/.bash_profile | |
parent | 02b8e6e0877198b973bd0c7712280c476ac1984f (diff) |
additional skeleton for AVR32
Diffstat (limited to 'target/device/Atmel/atngw100/target_skeleton/root/.bash_profile')
-rw-r--r-- | target/device/Atmel/atngw100/target_skeleton/root/.bash_profile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/device/Atmel/atngw100/target_skeleton/root/.bash_profile b/target/device/Atmel/atngw100/target_skeleton/root/.bash_profile new file mode 100644 index 000000000..27bf14953 --- /dev/null +++ b/target/device/Atmel/atngw100/target_skeleton/root/.bash_profile @@ -0,0 +1,15 @@ +# .bash_profile + +export PATH=\ +/bin:\ +/sbin:\ +/usr/bin:\ +/usr/sbin:\ +/usr/bin/X11:\ +/usr/local/bin + +umask 022 + +if [ -f ~/.bashrc ]; then + source ~/.bashrc +fi |