Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packaging/package.sh
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,7 @@

function usage() {
echo ""
echo "usage: ./package.sh [-p|--pack] [-h|--help] [-o|--operating-system] [ARGS]"
echo "usage: ./package.sh [-p|--pack] [-h|--help] [ARGS]"
echo ""
echo "The commonly used Arguments are:"
echo "-p|--pack oss|OSS To package with only redistributable libraries (default)"
Expand DownExpand Up@@ -109,7 +109,7 @@ packageval=""
packageval=$2
echo "$packageval"
if [ "$packageval" == "oss" -o "$packageval" == "OSS" ] ; then
packageval = ""
packageval=""
elif [ "$packageval" == "noredist" -o "$packageval" == "NOREDIST" ] ; then
packageval="noredist"
else
Expand Down