Ignore:
Timestamp:
Apr 30, 2007, 1:17:24 AM (18 years ago)
Author:
bird
Message:

Applied bash31-017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/arrayfunc.c

    r3231 r3252  
    593593  strncpy (exp, s, len - 1);
    594594  exp[len - 1] = '\0';
    595 #if 0
    596   t = expand_string_to_string (exp, 0);
    597 #else
    598   t = expand_string_to_string (exp, Q_DOUBLE_QUOTES);
    599 #endif
     595  t = expand_arith_string (exp, 0);
    600596  this_command_name = (char *)NULL;
    601597  val = evalexp (t, &expok);
Note: See TracChangeset for help on using the changeset viewer.