diff options
| author | 2011-01-05 03:33:39 +0000 | |
|---|---|---|
| committer | 2011-01-05 03:33:39 +0000 | |
| commit | b7f3987aacedfd2d0d4b2b7eb978aef041ae1129 (patch) | |
| tree | b01cc318552b44f2c43b2c958d861bbb7eab2192 /src/modules/options/mkcreateinstanceproc.sh | |
| parent | Fix the mkcreateinstanceproc.sh script (diff) | |
| download | KVIrc-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-x | src/modules/options/mkcreateinstanceproc.sh | 2 |
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 |
