We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bb9d2 commit 5217f47Copy full SHA for 5217f47
configure
@@ -3,7 +3,6 @@
3
# Copyright (c) 2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
4
#
5
6
-set -e
7
CFG_CMD_LINE_ARGS="$@"
8
9
if [ "$1" == "" ]; then
etc/configure
@@ -3,15 +3,12 @@
-
ETC_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ROOT_DIR="$( dirname "$ETC_DIR" )"
10
11
if [ "$1" == "--clean" ]; then
12
echo "* Cleaning ..."
13
- cd $ROOT_DIR && rm -rf build bin lib include django_background_task.log
14
- cd $ROOT_DIR && rm -rf develop-eggs eggs parts .installed.cfg
+ cd $ROOT_DIR && rm -rf build bin lib include dist about_code_tool.egg-info
15
exit 0
16
fi
17
0 commit comments