File: bug-ksharrays.right

package info (click to toggle)
zshdb 0.05%2Bgit20101031-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,104 kB
  • sloc: sh: 5,563; makefile: 337
file content (19 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(bug-ksharrays.sh:3):
unsetopt ksharrays
+# Get past initial unsetopt
+next 
(bug-ksharrays.sh:4):
setopt ksharrays sh_word_split
+# Show we don't have ksharrays set
+eval setopt
norcs
+# Now move past set ksharrays
+next 
(bug-ksharrays.sh:5):
x=1
+# See that we have this set inside eval
+eval setopt
ksharrays
norcs
shwordsplit
+quit