Changeset 157


Ignore:
Timestamp:
Jan 13, 2008, 9:19:36 PM (17 years ago)
Author:
katerina
Message:

Typo fixed.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r156 r157  
    3434AC_SUBST(BUILD_CC)
    3535
    36 if test "x$GCC" == "xyes"; then
     36if test "x$GCC" = "xyes"; then
    3737   GCC_STACK_PROTECT_LIB
    3838   GCC_STACK_PROTECT_CC
  • trunk/src/cutest_sh_utils.c

    r93 r157  
    158158  char res8[] = "/f";
    159159
    160   char input9[] = "/f/b";
    161   char res9[] = "/f";
     160  char input9[] = "/e/b";
     161  char res9[] = "/e";
    162162
    163163  ret = sh_util_dirname(input0);
Note: See TracChangeset for help on using the changeset viewer.