[Bug 174377] Review Request: gnu-smalltalk - GNU Smalltalk

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 29 03:20:18 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: gnu-smalltalk - GNU Smalltalk


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174377





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2006-11-28 22:20 EST -------
(In reply to comment #50)
> Sorry, but the Shebang fixing stuff is necessary anymore.
> 
> Please see: /usr/share/gnu-smalltalk/Test.st

Well,
------------------------------------------
[tasaka1 at dhcp158 smalltalk-2.2c]$ for name in `find . -name \*.st` ; do if grep
-q '@bindir@' $name ; then echo $name ; fi ; done
./scripts/Load.st
./scripts/Reload.st
./scripts/Test.st
------------------------------------------
Other files may contain broken shebang, so fixing is necessary, it
is correct.

So, please fix _only_ the files which requires to be fixed
as I have commented in comment #48
and don't change other files. i.e. don't apply
-------------------------------------------
    sed 's|@bindir@|%{_bindir}|g' <$file >$file.new
    mv -f $file.new $file
-------------------------------------------
to the files which don't need fixing to avoid timestamps change.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list