17 lines
239 B
Bash
17 lines
239 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
tup # everything builds fine
|
||
|
echo ""
|
||
|
echo "Success"
|
||
|
echo ""
|
||
|
|
||
|
touch Tupfile
|
||
|
|
||
|
tup # error
|
||
|
echo ""
|
||
|
echo "Fail"
|
||
|
echo ""
|
||
|
|
||
|
# tup error: Command ID 15 lists this file as both an input and an output:
|
||
|
# build-default/asset.raw
|