Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 12684] STAGE-ROOT rm ~root???

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 12684] STAGE-ROOT rm ~root???
  • Date: 13 Jun 2006 21:06:26 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12684





------- Additional Comments From acedit AT armory.com 2006-06-13 16:06 -------
the problem lies on lines 258 and 292 of build_api/api2. The lines contain 'cd
$INSTALL_ROOT'. By default $INSTALL_ROOT is the empty string, and since it is
unquoted the command becomes simply 'cd', which goes to the users home
directory. The lines should be cd "${INSTALL_ROOT:-/}"

Ive tested this and it works as expected. Although had it actually done that,
i
think the g++ might have done some more serious damage...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page