mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 13:35:53 +01:00
- Fixed some non-portable shell constructs used in installed scripts
(Johnny C. Lam <lamj@stat.cmu.edu>) - Fixed crash with long titles in the window list menu (Alban Hertroys <dalroi@wit401310.student.utwente.nl>)
This commit is contained in:
@@ -293,7 +293,7 @@ if test -z "#LITE#" ; then
|
||||
echo "menu that will be used by default is the property list one. Read"
|
||||
echo " $GSDIR/Library/WindowMaker/README"
|
||||
echo "for information on how to change it."
|
||||
if [ "${inst_menu%.*}" == "menu" ]; then
|
||||
if [ "${inst_menu%.*}" = "menu" ]; then
|
||||
echo "However, since you have locale set to $LOCALE and plmenu for such locale"
|
||||
echo "was not found, your WMRootMenu contains path to text formated menu:"
|
||||
echo " $GSDIR/Library/WindowMaker/$inst_menu"
|
||||
|
||||
Reference in New Issue
Block a user