aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-z_slow/many_ifs.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-z_slow/many_ifs.tests')
-rwxr-xr-xshell/hush_test/hush-z_slow/many_ifs.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush_test/hush-z_slow/many_ifs.tests b/shell/hush_test/hush-z_slow/many_ifs.tests
index 1f5b1b3a6..cf9a89874 100755
--- a/shell/hush_test/hush-z_slow/many_ifs.tests
+++ b/shell/hush_test/hush-z_slow/many_ifs.tests
@@ -229,8 +229,8 @@ do
'') split "$d0$f1$d1$f2$d2$f3$d3" "[2]($f1)($f2)" "($f1)($f2)" ;;
' ') ;;
*) x=$f2$d2$f3$d3
- x=${x# } #was x=${x#' '} hush needs fixing for this to work
- x=${x% } #was x=${x%' '}
+ x=${x#' '}
+ x=${x%' '}
split "$d0$f1$d1$f2$d2$f3$d3" "[3]($f1)($f2)($f3)" "($f1)($x)"
;;
esac