Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14620] Enable use_gcc() to recognize all versions above a certain version.

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 14620] Enable use_gcc() to recognize all versions above a certain version.
  • Date: 12 Dec 2008 22:10:46 -0000

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





--- Comment #15 from Fredrik Carlström <fredrik.carlstrom AT tele2.se>
2008-12-12 16:10:46 ---
Trying
fredrik@ebox:~/.sourcemage/local$ version_compare 4.8.6.
fredrik@ebox:~/.sourcemage/local$ echo $?
1
fredrik@ebox:~/.sourcemage/local$ version_compare 4.8.6. 4.8.6.0
fredrik@ebox:~/.sourcemage/local$ echo $?
0

The index i starts at 0 and is increased with 1 in each loop.


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



Archive powered by MHonArc 2.6.24.

Top of Page