Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Wed, 24 Aug 2011 14:39:28 -0400 (EDT)
From: "Robert B. Harris" <rs904c@...scape.net>
To: john-dev@...ts.openwall.com, john-users@...ts.openwall.com
Subject: Issue with the test script on Solaris


John-Dev/John-Users,

For the test script on Solaris, it appears to need the export of JOHN_PATH, JOHN_EXE, and UNIQUE to be exported on separate lines.

In other words----

This doesn't work:
export JOHN_PATH="../run"

This does work:
JOHN_PATH="../run"
export JOHN_PATH

-Robert B. Harris from VA





Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.