[Nautilus-list] eazel-hacking fixes for Red Hat 7



Hello,

I had to hack eazel-hacking a bit to get it to work on Red Hat 7; here's
a
list of the (trivial) changes:

---( File: eazel-check-for-dumbness.sh )---

PROBLEM:

bash2 somehow screws up when redirecting with >&. According to the man
page, &> is the preferred way to do the same thing, and seems to work,
so...

FIX:
change >& to &>

---( File: eazel-find-largest-partition.sh )---

PROBLEM:
/usr/bin/eazel-find-largest-partition.sh:
`eazel-find-largest-partition': not a valid identifier

FIX:
use _ instead of - in function name (eazel_find_largest_partition)

---( File: eazel-check-for-fucked-rpms.sh )---

FIX:

change >& to &>

---( File: eazel-ensure-dot-files.sh )---

PROBLEM:

Typo - it says '.basrc' when it means '.bashrc' (obviously not specific
to RH7 :-)

FIX:

insert the 'h'


--Kenny





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]