FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

syntax fix for packaging OSS · kwanggithub/cloudstack@2fc3883 · GitHub

This repository was archived by the owner on Jan 15, 2020. It is now read-only.
/ cloudstack Public archive
forked from apache/cloudstack

Commit 2fc3883

Browse files
committed
syntax fix for packaging OSS
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
1 parent fc1a09f commit 2fc3883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packaging/package.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ packageval=""
109109
packageval=$2
110110
echo "$packageval"
111111
if [ "$packageval" == "oss" -o "$packageval" == "OSS" ] ; then
112-
packageval = ""
112+
packageval=""
113113
elif [ "$packageval" == "noredist" -o "$packageval" == "NOREDIST" ] ; then
114114
packageval="noredist"
115115
else

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL