diff options
author | Siri Hansen <[email protected]> | 2011-09-05 16:52:56 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-09-05 16:52:56 +0200 |
commit | ff6c59699ef71acf04105223d617cbd9dc84b89f (patch) | |
tree | d931131fbdd2174d0ff4de4ed4fa5870fc96777c /erts/emulator/test | |
parent | 53475d05e282cf04c9d206240961363a7189c6e7 (diff) | |
download | otp-ff6c59699ef71acf04105223d617cbd9dc84b89f.tar.gz otp-ff6c59699ef71acf04105223d617cbd9dc84b89f.tar.bz2 otp-ff6c59699ef71acf04105223d617cbd9dc84b89f.zip |
Fix bug in systools:make_tar when path given as just 'ebin'
If a path was given as ONLY 'ebin' and not for example './ebin', then
systools:make_tar would fail with a function_clause exception in
filename:join/1. The bug was in systools_make:appDir/1, which tried to
find the parent directory of the given path. This function now uses
library functions filename:basename and filename:dirname instead of
general list manipulations.
Diffstat (limited to 'erts/emulator/test')
0 files changed, 0 insertions, 0 deletions