add acm usb modem modul
[openwrt.git] / openwrt / target / default / target_skeleton / etc / profile
index b63dc8e..1d98ae3 100644 (file)
@@ -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; }
This page took 0.020528 seconds and 4 git commands to generate.