summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/default/target_skeleton/etc/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/default/target_skeleton/etc/profile b/target/default/target_skeleton/etc/profile
index b63dc8ee3..1d98ae340 100644
--- a/target/default/target_skeleton/etc/profile
+++ b/target/default/target_skeleton/etc/profile
@@ -4,7 +4,7 @@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '
-alias less=more
+[ -x /usr/bin/less ] || alias less=more
alias vim=vi
arp() { cat /proc/net/arp; }