Changeset 3252 for trunk/essentials/app-shells/bash/arrayfunc.c
- Timestamp:
- Apr 30, 2007, 1:17:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/arrayfunc.c
r3231 r3252 593 593 strncpy (exp, s, len - 1); 594 594 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); 600 596 this_command_name = (char *)NULL; 601 597 val = evalexp (t, &expok);
Note:
See TracChangeset
for help on using the changeset viewer.