浏览代码

Simplify check

master
Arun Prakash Jana 6 年前
父节点
当前提交
22825c0f37
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. +1
    -4
      src/nnn.c

+ 1
- 4
src/nnn.c 查看文件

@@ -3867,10 +3867,7 @@ nochange:
}

if (S_ISREG(sb.st_mode)) {
if (ndents)
tmp = dents[cur].name;
else
tmp = NULL;
tmp = ndents ? dents[cur].name : NULL;
spawn(shell, scriptpath, tmp, path, F_NORMAL | F_SIGINT);
}
break;


正在加载...
取消
保存