mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 11:12:36 +02:00
commit bash-20150612 snapshot
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
IFS=$'\001'
|
||||
c=$'\001'
|
||||
c2=$'\003'
|
||||
|
||||
IFS=$c # this is the problem line, IFS should end up being \001
|
||||
recho "$IFS"
|
||||
set -- $c2$c$c2$c$c2
|
||||
recho $# "$1" "$2" "$3"
|
||||
|
||||
x=$c
|
||||
recho "$x"
|
||||
Reference in New Issue
Block a user