URI: 
       * Fix syntax indentation issue - sup - small tool for privilege escalation
  HTML git clone git://bitreich.org/sup git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sup
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 33644ee4084062e90777524f1537fbf4670da503
   DIR parent 52b35f6e7e1a3dd0f4eff972451c99f88b80f618
  HTML Author: pancake@dazo <unknown>
       Date:   Mon, 14 Dec 2009 01:54:59 +0100
       
       * Fix syntax indentation issue
       Diffstat:
         M sup.c                               |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/sup.c b/sup.c
       @@ -61,8 +61,8 @@ int main(int argc, char **argv) {
                                        return die (1, strerror (errno));
        #ifdef CHROOT
                                if (*CHROOT)
       -                        if (chdir (CHROOT) == -1 || chroot (".") == -1)
       -                                return die (1, strerror (errno));
       +                                if (chdir (CHROOT) == -1 || chroot (".") == -1)
       +                                        return die (1, strerror (errno));
                                if (*CHRDIR)
                                        if (chdir (CHRDIR) == -1)
                                                return die (1, strerror (errno));