Changeset 99e4712 for scripts/funcs
- Timestamp:
- Feb 21, 2006, 12:16:20 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 61c0e64
- Parents:
- 0ee931e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/funcs/multiarch-funcs.sh
r0ee931e r99e4712 53 53 } 54 54 55 which_func() {56 type ${1} | \57 sed -e 's@.* \(.*\)$@\1@g' \58 -e 's@[()]@@g'59 }60 61 62 55 # Following function sets compiler options 63 56 setup_multiarch() {
Note:
See TracChangeset
for help on using the changeset viewer.