Ignore:
Timestamp:
Nov 26, 2006, 1:24:22 PM (19 years ago)
Author:
bird
Message:

Made it build on linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/bltin/test.c

    r626 r630  
    190190        int res;
    191191
     192#ifdef HAVE_SETPROGNAME
    192193        setprogname(argv[0]);
     194#endif
    193195        if (strcmp(argv[0], "[") == 0) {
    194196                if (strcmp(argv[--argc], "]"))
Note: See TracChangeset for help on using the changeset viewer.