From b31db02df546187d7b2f27e14eb587b4561dda8d Mon Sep 17 00:00:00 2001 From: Yacine Belkadi Date: Thu, 3 May 2012 11:01:33 +0200 Subject: cleo: add directory for busybox sources, refs #3085 Create a source directory for busybox, by extracting the content of busybox-1.11.1.tar.bz2. --- cleopatre/busybox-1.11.1-spc300/shell/ash_test/ash-read/read_r.tests | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 cleopatre/busybox-1.11.1-spc300/shell/ash_test/ash-read/read_r.tests (limited to 'cleopatre/busybox-1.11.1-spc300/shell/ash_test/ash-read/read_r.tests') diff --git a/cleopatre/busybox-1.11.1-spc300/shell/ash_test/ash-read/read_r.tests b/cleopatre/busybox-1.11.1-spc300/shell/ash_test/ash-read/read_r.tests new file mode 100755 index 0000000000..2c4cc6106d --- /dev/null +++ b/cleopatre/busybox-1.11.1-spc300/shell/ash_test/ash-read/read_r.tests @@ -0,0 +1,2 @@ +echo -e 'test\\\nbest' | (read reply; echo "$reply") +echo -e 'test\\\nbest' | (read -r reply; echo "$reply") -- cgit v1.2.3