diff options
Diffstat (limited to 'scripts/clean/client/dist.sh')
-rwxr-xr-x | scripts/clean/client/dist.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/clean/client/dist.sh b/scripts/clean/client/dist.sh index ea6f7d644..19b89de77 100755 --- a/scripts/clean/client/dist.sh +++ b/scripts/clean/client/dist.sh | |||
@@ -1,4 +1,6 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | cd client || exit -1 | 3 | set -eu |
4 | |||
5 | cd client | ||
4 | rm -rf compiled/ dist/ dll/ | 6 | rm -rf compiled/ dist/ dll/ |