-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbash.plist
29 lines (29 loc) · 1.04 KB
/
bash.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<plist version="1.0">
<dict>
<key>OpenSourceProject</key>
<string>bash</string>
<key>OpenSourceVersion</key>
<string>3.2</string>
<key>OpenSourceWebsiteURL</key>
<string>http://www.gnu.org/software/bash/bash.html</string>
<key>OpenSourceURL</key>
<string>ftp://ftp.cwru.edu/pub/bash/bash-3.2.tar.gz</string>
<key>OpenSourceSHA1</key>
<string>fe6466c7ee98061e044dae0347ca5d1a8eab4a0d</string>
<key>OpenSourceImportDate</key>
<string>2006-10-17</string>
<key>OpenSourceModifications</key>
<array>
<string>source /etc/profile and $HOME/profile even if posixly correct</string>
<string>change doc/Makefile.in to install bash.info from $cwd</string>
<string>Don't drop privileges if emulating Tiger's /bin/bash</string>
<string>Fix off-by-1 error in compact_jobs_list</string>
<string>Do not rl_forward_char past rl_end</string>
<string>Do not echo \e as ESC when in posix mode</string>
</array>
<key>OpenSourceLicenseFile</key>
<string>bash.txt</string>
<key>OpenSourceLicense</key>
<string>GPL</string>
</dict>
</plist>