diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-09-04 10:17:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-04 10:17:54 +0000 |
commit | ee47deed349113705af46dc71d47cdffbb267721 (patch) | |
tree | 963742bca2e40167b406c24d667ab29d58a8878f /packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh | |
parent | 3679963662accca942add8faec1cce9adcf85ff6 (diff) |
matchbox-panel-hacks: add missing 'fi' in xrandr-panelapp.sh
Diffstat (limited to 'packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh')
-rwxr-xr-x | packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh b/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh index ea883e815c..d17c805ffc 100755 --- a/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh +++ b/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh @@ -6,3 +6,4 @@ xmodmap /etc/X11/xmodmap-portrait else xrandr -o left xmodmap /etc/X11/xmodmap-left +fi |