Bug 30097 - Wrong default variable value in processesend.pl and processes.pl
Summary: Wrong default variable value in processesend.pl and processes.pl
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.2-beta
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
: 32677 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-08-01 00:48 UTC by Frank Schruefer
Modified: 2002-09-22 10:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Schruefer 2001-08-01 00:35:04 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           kdevelop-2.2beta1-0 (using KDE 2.2.0 Beta1)
Severity:          normal
Installed from:    SuSE RPMs
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

I guess:
$homedirectory = "$ENV{HOME}/.kde"    if (!$homedirectory);

should be:
$homedirectory = "$ENV{HOME}/.kde2"    if (!$homedirectory);

Kdevelop did not build saying that a file could not be found until i modified that line in both
perl scripts.

-- 
HTH bye
   Frank


(Submitted via bugs.kde.org)
Comment 1 John Firebaugh 2002-09-22 09:37:45 UTC
*** Bug 32677 has been marked as a duplicate of this bug. ***
Comment 2 John Firebaugh 2002-09-22 10:02:31 UTC
These files no longer exist with Gideon