Lines Matching +full:all +full:- +full:inputs
15 # all copies or substantial portions of the Software. #
38 INPUTS=inputs.rc
43 [ -f "$DIALOG" ] || failed "no such file: $DIALOG"
44 [ -d "$CONFIG" ] || failed "no such directory: $CONFIG"
49 DIALOGRC="$rcfile" $DIALOG --create-rc $OUTPUT
50 sed -e '/^#/d' "$OUTPUT" >"$INPUTS"
51 mv -f $INPUTS $OUTPUT
52 sed -e '/^#/d' "$rcfile" >"$INPUTS"
53 diff -u $INPUTS $OUTPUT | \
54 sed -e "s,$INPUTS,$rcfile," \
55 -e "s,$OUTPUT,$rcfile-test,"
58 rm -f $INPUTS $OUTPUT