summaryrefslogtreecommitdiff
path: root/target/device/Atmel/root/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:53:09 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-16 15:04:49 +0100
commit8356bda519796432ec6965fe95371a2c9e1305cc (patch)
treee369f12558329e1f24f5c129fa10282d06fe8a39 /target/device/Atmel/root/target_skeleton/root/.bash_profile
parent9459f037bf6dd3ee73b6a647cc83b6b98d4c7478 (diff)
Remove the few remaining unused Atmel-specific bits
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/root/target_skeleton/root/.bash_profile')
-rw-r--r--target/device/Atmel/root/target_skeleton/root/.bash_profile15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/device/Atmel/root/target_skeleton/root/.bash_profile b/target/device/Atmel/root/target_skeleton/root/.bash_profile
deleted file mode 100644
index 27bf14953..000000000
--- a/target/device/Atmel/root/target_skeleton/root/.bash_profile
+++ /dev/null
@@ -1,15 +0,0 @@
-# .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