aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/mkcreateinstanceproc.sh
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2011-01-05 03:33:39 +0000
committerGravatar Szymon Tomasz Stefanek2011-01-05 03:33:39 +0000
commitb7f3987aacedfd2d0d4b2b7eb978aef041ae1129 (patch)
treeb01cc318552b44f2c43b2c958d861bbb7eab2192 /src/modules/options/mkcreateinstanceproc.sh
parentFix the mkcreateinstanceproc.sh script (diff)
downloadKVIrc-b7f3987aacedfd2d0d4b2b7eb978aef041ae1129.tar.gz
KVIrc-b7f3987aacedfd2d0d4b2b7eb978aef041ae1129.tar.bz2
KVIrc-b7f3987aacedfd2d0d4b2b7eb978aef041ae1129.zip
Another fix for the options instance generation script
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5300 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/mkcreateinstanceproc.sh')
-rwxr-xr-xsrc/modules/options/mkcreateinstanceproc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh
index b4de22c53..a73e1ca2f 100755
--- a/src/modules/options/mkcreateinstanceproc.sh
+++ b/src/modules/options/mkcreateinstanceproc.sh
@@ -205,7 +205,7 @@ mkdir -p $CLASSDIR
rm -f $CLASSDIR/*
for aclass in $CLASS_LIST; do
- PARENT=`grep -h "KVI_OPTIONS_WIDGET_PARENT_$aclass" OptionsWidget_*.h | sed -e 's/#define//g' | sed -e s/KVI_OPTIONS_WIDGET_PARENT_$aclass//g | sed -e 's/[ ]*//g'`
+ PARENT=`grep -h "KVI_OPTIONS_WIDGET_PARENT_$aclass " OptionsWidget_*.h | sed -e 's/#define//g' | sed -e s/KVI_OPTIONS_WIDGET_PARENT_$aclass//g | sed -e 's/[ ]*//g'`
if [ -z "$PARENT" ]; then
PARENT="NOPARENT"
fi