Oops, no newline at end of filename please...

This commit is contained in:
Panu Matilainen 2008-04-04 17:00:38 +03:00
parent 52788e096d
commit 14dcc3034d
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ static int buildForTarget(rpmts ts, const char * arg, BTA_t ba)
if (*specFile != '/') {
char *cwd = rpmGetCwd();
char *s = NULL;
rasprintf(&s, "%s/%s\n", cwd, arg);
rasprintf(&s, "%s/%s", cwd, arg);
free(specFile);
specFile = s;
}