diff options
Diffstat (limited to 'bin/compiler/1-clean.sh')
-rwxr-xr-x | bin/compiler/1-clean.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/compiler/1-clean.sh b/bin/compiler/1-clean.sh index 7fbe9a84b5..fc27e2bedb 100755 --- a/bin/compiler/1-clean.sh +++ b/bin/compiler/1-clean.sh @@ -1,8 +1,5 @@ #!/bin/bash -CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - -source "$CURRENT_PATH/includes/common.sh" -source "$CURRENT_PATH/includes/includes.sh" +CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -clean +bash "$CURRENT_PATH/compiler.sh" 1 |