From ee0a4bbe51afe7e5fb1556ea8e0fa8a6be4b85f7 Mon Sep 17 00:00:00 2001 From: naufraghi Date: Thu, 11 Dec 2008 19:36:56 +0000 Subject: [PATCH] Cosmetic git-svn-id: http://svn.pyinstaller.org/trunk@570 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- source/linux/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/linux/main.c b/source/linux/main.c index 9da33de..913ff40 100644 --- a/source/linux/main.c +++ b/source/linux/main.c @@ -59,12 +59,12 @@ int main(int argc, char* argv[]) strcat(thisfile, ".exe"); PI_SetProgramName(thisfile); } - else + else #endif - PI_SetProgramName(argv[0]); + PI_SetProgramName(argv[0]); strcpy(thisfile, PI_GetProgramFullPath()); VS("thisfile is %s\n", thisfile); - + workpath = getenv( "_MEIPASS2" ); VS("_MEIPASS2 (workpath) is %s\n", (workpath ? workpath : "NULL"));