Skip to content

Commit

Permalink
Delete Resources directory if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Mar 9, 2011
1 parent 4de304f commit 9ac0727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make-fmwk.sh
Expand Up @@ -597,6 +597,9 @@ do
fi
done

# Delete Resources directory if empty
rmdir "$resources_output_dir" 2> /dev/null

# Copy only sources if desired (useful for debugging purposes)
if $param_source_files; then
echo "Copying source code..."
Expand Down

0 comments on commit 9ac0727

Please sign in to comment.