]> andersk Git - moira.git/commitdiff
Backed out the "whoami" change that tried printing only the last component
authorprobe <probe>
Tue, 2 Jun 1992 18:01:33 +0000 (18:01 +0000)
committerprobe <probe>
Tue, 2 Jun 1992 18:01:33 +0000 (18:01 +0000)
of the filename.

incremental/afs.c

index 490d7a09a28e701bd67a8a12957d04c4c142b291..80e73245eb4cf4dcdbde9fe9dabbbceddf8f5c31 100644 (file)
@@ -43,8 +43,7 @@ int argc;
     before = &argv[4];
     afterc = atoi(argv[3]);
     after = &argv[4 + beforec];
-
-    whoami = (whoami = rindex(argv[0], '/') ? ++whoami : argv[0]);
+    whoami = argv[0];
 
     strcpy(buf, table);
     strcat(buf, " (");
This page took 0.038897 seconds and 5 git commands to generate.