Skip to content

Commit

Permalink
Fix touch error
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann authored and 0cyn committed Jan 14, 2024
1 parent 364ecfd commit 7610ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dragon/shscripts/building
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clean_dir()
{
DNAME=$(get_name $1)
pushd $DNAME &> /dev/null
if ! [[ -f $DRAGON_DIR/.clean ]]; then
if [[ -d $DRAGON_DIR && ! -f $DRAGON_DIR/.clean ]]; then
prefix_print "Cleaning $DNAME"
if [[ -z $DRAGON_DIR ]]; then
drexit_reason "nil DRAGON_DIR"
Expand Down

0 comments on commit 7610ba3

Please sign in to comment.