This website requires JavaScript.
Explore
Help
Sign In
h
/
fish-shell
Watch
1
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2026-06-08 02:31:18 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
fish-shell
/
build_tools
/
osx_package_scripts
/
postinstall
4 lines
59 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Added build_tools folder so we can automate release builds
2012-05-10 02:11:28 -07:00
#!/bin/sh -x
Clean up shell scripts Some changes fix actual problems, e.g. missing spaces in square bracket tests, and backticks unintentionally causing code execution when intended as formatting. Others, such as conservative quoting probably work fine in the old version in most situations, but it's nice to have some additional safety. Using `{ ..; }` instead of `(..)` is just a small performance enhancement. Many of these issues were identified by shellcheck, which might be useful in CI as well.
2025-04-24 00:38:30 +02:00
./add-shell "${DSTVOLUME}"usr/local/bin/fish
Reference in New Issue
Copy Permalink