Skip to content

Commit

Permalink
Fix properly
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann committed Jul 29, 2024
1 parent 5f5720b commit 1bf8543
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions bin/dragon
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -e

export DRAGON_DIR=.dragon
export DRAGON_VERS=$(python3 -c 'from dragon.util import version; print(version())')

Expand Down Expand Up @@ -217,7 +215,7 @@ if [[ $build -eq 1 ]]; then
cp DragonMake "$i/$DRAGON_DIR/DragonMake" 2> /dev/null
fi
build $i $j
done
done || exit

find . -name '.clean' -type f -delete

Expand Down
1 change: 0 additions & 1 deletion src/dragon/shscripts/building
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash


clean_dir()
{
DNAME=$1
Expand Down

0 comments on commit 1bf8543

Please sign in to comment.