diff options
Diffstat (limited to 'dscip')
-rwxr-xr-x | dscip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dscip b/dscip index 64b3833..2b9e254 100755 --- a/dscip +++ b/dscip @@ -47,6 +47,8 @@ echo "$$" > "$WORKING_DIRECTORY/LOCK" build () { + # Remove old output + rm -f output.txt # Print variables # { echo "################################################################################"; |