V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
luofeiyu
V2EX  ›  Linux

-ash: exprot: not found.

  •  
  •   luofeiyu · 2016-06-05 12:45:27 +08:00 · 3726 次点击
    这是一个创建于 2875 天前的主题,其中的信息可能已经有所发展或是发生改变。
    用 `ssh [email protected]`登录路由器后,出现:-ash: exprot: not found.

    cat /etc/profile
    #!/bin/sh
    [ -f /etc/banner ] && cat /etc/banner
    [ -e /tmp/.failsafe ] && cat /etc/banner.failsafe

    export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/mnt/material/opkg/usr/bin
    exprot LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mnt/material/opkg/usr/lib
    export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)
    export HOME=${HOME:-/root}
    export PS1='\u@\h:\w\$ '

    [ -x /bin/more ] || alias more=less
    [ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi

    [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc

    [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; }
    [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }

    请问,如何解决?我的openwrt出了什么问题?
    5 条回复    2016-06-06 10:14:29 +08:00
    plqws
        1
    plqws  
       2016-06-05 12:49:25 +08:00

    拼写错误……
    luofeiyu
        2
    luofeiyu  
    OP
       2016-06-05 12:52:31 +08:00
    谢谢。修改后,正常了。这个问题可否也解答一下 http://www.v2ex.com/t/283606
    mxalbert1996
        3
    mxalbert1996  
       2016-06-05 13:26:49 +08:00 via Android
    LZ 的眼力。。。
    lslqtz
        4
    lslqtz  
       2016-06-05 16:35:22 +08:00
    exprot 。。。
    realpg
        5
    realpg  
       2016-06-06 10:14:29 +08:00
    楼主我有何氏眼科优惠券你要么 233
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2790 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 02:11 · PVG 10:11 · LAX 19:11 · JFK 22:11
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.