summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2007-11-09 23:26:29 +0100
committerVolker Uhrig2007-11-09 23:26:29 +0100
commit37989aba62bc83cd02a7c19625ac71eeda437ebb (patch)
treeae64df010dbadd18d42e43183382c265c7c9dce8 /os-plugins
parent* started to work on configDB-tests (diff)
downloadcore-37989aba62bc83cd02a7c19625ac71eeda437ebb.tar.gz
core-37989aba62bc83cd02a7c19625ac71eeda437ebb.tar.xz
core-37989aba62bc83cd02a7c19625ac71eeda437ebb.zip
Ash reports "ash: missing ]" if there's no space and the script won't
work anymore git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1408 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/Example/XX_Example.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/Example/XX_Example.sh b/os-plugins/plugins/Example/XX_Example.sh
index 6c1bc8ad..3f58d483 100644
--- a/os-plugins/plugins/Example/XX_Example.sh
+++ b/os-plugins/plugins/Example/XX_Example.sh
@@ -31,7 +31,7 @@ fi
# for this example plugin, we simply take a filename from the configuration ...
. /initramfs/plugin-conf/Example.conf
-if ! [ -n $active]; then
+if ! [ -n $active ]; then
exit 0
fi