diff options
| author | Martin Schwenke <martin@meltin.net> | 2009-10-01 19:11:16 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2009-10-01 19:11:16 +1000 |
| commit | 7bfd45924cdccc3acc45a0b4ea2be02f64879bd0 (patch) | |
| tree | b3312cb3168d20cfda4e2dadd87c4e6dc7a6b135 | |
| parent | 734759caf0709b52e358dd61bcc4bfe4dc60907e (diff) | |
Fix 2 problems in releases/SoFS.common from addition of SOFS_EXTRA_PACKAGES.
There were 2 things wrong with commit
734759caf0709b52e358dd61bcc4bfe4dc60907e.
* Remove single quotes around "ibmcim*" - they're not needed and cause
an error.
* Also remove extra "esac" that was introduced at end of file.
Signed-off-by: Martin Schwenke <martin@meltin.net>
| -rw-r--r-- | releases/SoFS.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/releases/SoFS.common b/releases/SoFS.common index 5caa407..c121dbc 100644 --- a/releases/SoFS.common +++ b/releases/SoFS.common @@ -30,6 +30,5 @@ case "$SOFS_VERSION" in ;; 2.*) SOFS_GUI_PACKAGES="sofs-cli sofs-backend sofs-base sofs-gui sofs-help" - SOFS_EXTRA_PACKAGES="ibmnas-cim-providers 'ibmcim*' perfcol sdstat" -esac + SOFS_EXTRA_PACKAGES="ibmnas-cim-providers ibmcim* perfcol sdstat" esac |
