17 lines
239 B
Bash
Executable file
17 lines
239 B
Bash
Executable file
#!/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
|