Skip to content

Commit 1732df0

Browse files
author
Jens Timmerman
committed
Merge pull request #8 from nudded/279-rename-easybuild-script
renamed easybuild.sh to eb
2 parents 106843d + 95ded54 commit 1732df0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

easybuild/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from easybuild.tools.modules import Modules, searchModule
3535
from easybuild.tools.repository import getRepository
3636
from optparse import OptionParser
37-
import easybuild
3837
import easybuild.tools.config as config
3938
import easybuild.tools.filetools as filetools
4039
from easybuild.tools import systemtools

easybuild.sh renamed to eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd - > /dev/null
3030

3131
export PYTHONPATH="${absolute_path}:$PYTHONPATH"
3232
if [[ "$version" = "2.4" ]]; then
33-
python "`dirname $0`/easybuild/build.py" $@
33+
python "`dirname $0`easybuild/build.py" $@
3434
else
3535
python -m easybuild.build $@
3636
fi

0 commit comments

Comments
 (0)