-
-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor cleanup #1108
Open
a1346054
wants to merge
7
commits into
rakshasa:master
Choose a base branch
from
a1346054:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Minor cleanup #1108
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f84e15 - Browse repository at this point
Copy the full SHA 6f84e15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f018ad - Browse repository at this point
Copy the full SHA 1f018adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c9869 - Browse repository at this point
Copy the full SHA 12c9869View commit details -
Unify codestyle in scripts to make comparison easier
This makes it easier to see what the exact differences are between the three files, as well as fixes a mix of tabs and spaces.
Configuration menu - View commit details
-
Copy full SHA for cdb55c5 - Browse repository at this point
Copy the full SHA cdb55c5View commit details -
Fix test for existence of command
`which` will print, even if the command does not exist, so the test will never fail. Additionally, `which` is non-standard, and has been deprecated by debian. `command -v` is the POSIX-standardized way of testing for existence of commands, and works the same even on non-POSIX systems that implement the `command` command. `command -v` will exit with 0 and print to stdout when the command exists, and will exit with 1 and *not* print anything to stdout or stderr when the command does not exist.
Configuration menu - View commit details
-
Copy full SHA for 43ef67b - Browse repository at this point
Copy the full SHA 43ef67bView commit details -
The previous file had broken indentation as well as other minor differences from the file distributed by gnu.org File downloaded from: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Configuration menu - View commit details
-
Copy full SHA for eb72ca0 - Browse repository at this point
Copy the full SHA eb72ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e420c3 - Browse repository at this point
Copy the full SHA 0e420c3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.