summaryrefslogtreecommitdiff
path: root/scripts/hash.rc
AgeCommit message (Collapse)Author
2018-02-16Port build scripts to POSIX shellMichael Forney
Since we are now using Lua to generate ninja files, use of rc in build scripts seems unnecessary and adds an additional bootstrap dependency. None of them are too fancy, so just port to POSIX sh instead.
2016-07-04tzdata: Fix gen.rc to not require contents of source filesMichael Forney
This also fixes a symlink target calculation bug.
2016-06-06Fix special permission handlingMichael Forney
2016-04-23Use empty checkstatus functionMichael Forney
Since it is considered a simple command, it will trigger a failure if the previous command had failed.
2016-04-15scripts: Check status of commands with captured outputMichael Forney
2016-04-15Add some initial packagesMichael Forney