Noticed some typoes.

SVN revision: 26354
This commit is contained in:
David Walter Seikel 2006-10-05 10:30:57 +00:00
parent 9f1b958178
commit eea27249ef
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@
WD=`pwd`
# small hack to avoid people using *.eap and don't know what to do...
if [ ! "$i" == "*.eap" ]; then
FILENAME=`basename '$1' .eap`
if [ ! "$1" == "*.eap" ]; then
FILENAME=`basename "$1" .eap`
fi
if [ -e "$FILENAME.eap" ]; then
@ -62,7 +62,7 @@ if [ -e "$FILENAME.eap" ]; then
fi
if [ ! -z "$WNAME" ]; then
echo "X-Enlightenment-WIndowName=$WNAME" >>$FILENAME.desktop
echo "X-Enlightenment-WindowName=$WNAME" >>$FILENAME.desktop
fi
if [ ! -z "$WCLASS" ]; then
echo "StartupWMClass=$WCLASS" >>$FILENAME.desktop