mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 07:30:49 +02:00
14 lines
223 B
Plaintext
Executable File
14 lines
223 B
Plaintext
Executable File
#
|
|
# show that IFS is only applied to the result of expansions
|
|
#
|
|
../bash ifs-test-1.sh > xx
|
|
diff xx ./ifs.1.right
|
|
|
|
../bash ifs-test-2.sh > xx
|
|
diff xx ./ifs.2.right
|
|
|
|
../bash ifs-test-3.sh > xx
|
|
diff xx ./ifs.3.right
|
|
|
|
rm -f xx
|