You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various scripts in the repo contain interpreter lines such as #!/usr/bin/gemstone/topaz. This should be updated to #!/usr/bin/env topaz.
Installing an RPM checks that interpreter paths are all present and fails if the dependency is not present. GemStone rpm bundles were including (but no longer include) these files as part of ensuring rowan projects were available in the product distribution.
The interpreter lines are not currently suitable anyways. The indirect invocation is suitable broadly speaking, as long as topaz is in the path.
The text was updated successfully, but these errors were encountered:
Various scripts in the repo contain interpreter lines such as
#!/usr/bin/gemstone/topaz
. This should be updated to#!/usr/bin/env topaz
.Installing an RPM checks that interpreter paths are all present and fails if the dependency is not present. GemStone rpm bundles were including (but no longer include) these files as part of ensuring rowan projects were available in the product distribution.
The interpreter lines are not currently suitable anyways. The indirect invocation is suitable broadly speaking, as long as topaz is in the path.
The text was updated successfully, but these errors were encountered: