X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=77891342313e17295d5b60ea836fd9b187705ae9;hp=e8a18fd13cdca7e957dffa34c59b6e7c736fbd22;hb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7;hpb=032d743d782e23604daa926c8e153ad4a75797be;ds=sidebyside diff --git a/aft.c b/aft.c index e8a18fd1..77891342 100644 --- a/aft.c +++ b/aft.c @@ -1410,10 +1410,14 @@ int com_ls(struct command_context *cc) return -E_AFT_SYNTAX; } } - if (!strcmp(arg, "-p")) { + if (!strcmp(arg, "-p") || !strcmp(arg, "-F")) { flags |= LS_FLAG_FULL_PATH; continue; } + if (!strcmp(arg, "-b")) { + flags &= ~LS_FLAG_FULL_PATH; + continue; + } if (!strcmp(arg, "-a")) { flags |= LS_FLAG_ADMISSIBLE_ONLY; continue;