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@xxxxxxxxxxxxxxxxxxx 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@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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review