http://bugs.grommit.com/show_bug.cgi?id=475
Summary: webrev assumes which_scm is in $PATH Product: SCM Migration Version: unspecified Platform: All OS/Version: Solaris 11/Nevada Status: NEW Severity: minor Priority: P4 Component: webrev AssignedTo: scm-migration-dev at opensolaris.org ReportedBy: mike.kupfer at sun.com If you invoke webrev as /opt/onbld/bin/webrev, without having /opt/onbld/bin in $PATH, webrev will fail when it tries to invoke which_scm. athyra$ /opt/onbld/bin/webrev /opt/onbld/bin/webrev[1865]: which_scm: not found Workaround: add /opt/onbld/bin to PATH. Or invoke as PATH=/opt/onbld/bin:$PATH /opt/onbld/bin/webrev Suggested fix: webrev should see where it was invoked from and look there for which_scm. I don't know if it should do this all the time or just if it can't find which_scm in $PATH. Does this issue affect the other tools that were modified for bug #440? -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.