From 3ebefd43ca75978846dfc02cc93844c448b67b29 Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Fri, 19 Sep 2014 15:16:28 +0200 Subject: =?UTF-8?q?+=20a=E2=86=92c,b=E2=86=92c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "a\342\206\222c,b\342\206\222c/all.do" | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 "a\342\206\222c,b\342\206\222c/all.do" (limited to 'a→c,b→c/all.do') diff --git "a/a\342\206\222c,b\342\206\222c/all.do" "b/a\342\206\222c,b\342\206\222c/all.do" new file mode 100644 index 0000000..4e66375 --- /dev/null +++ "b/a\342\206\222c,b\342\206\222c/all.do" @@ -0,0 +1,18 @@ +#!/bin/sh +redo-ifchange a b + +read a &2 +else + echo 'PASS: a > c' >&2 +fi + +if [ $b -lt $c ]; then + echo 'FAIL: b < c' >&2 +else + echo 'PASS: b > c' >&2 +fi -- cgit v1.2.3