Skip to content

Commit

Permalink
Whitespace changes only.
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Jan 14, 2023
1 parent 7042a31 commit 13ee913
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ocpkg
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ PACKAGES_BUILD=" build-essential \
libboost-random-dev \
libtbb-dev \
binutils-dev \
libpq-dev\
libpq-dev \
uuid-dev \
libssl-dev \
libfreetype6-dev \
Expand All @@ -152,7 +152,7 @@ PACKAGES_BUILD=" build-essential \
libgsasl7 \
libldap2-dev \
krb5-multidev \
libatomic-ops-dev\
libatomic-ops-dev \
libgmp-dev \
libffi-dev \
libreadline-dev \
Expand All @@ -169,7 +169,7 @@ PACKAGES_BUILD=" build-essential \
libopencv-dev \
less \
vim \
libpcre2-dev \
libpcre2-dev \
"
#libcpprest \
#libzmq3-dev \
Expand Down Expand Up @@ -425,18 +425,18 @@ else
case $flag in
i) INPUT_ISO_NAME="$OPTARG" ;;
o) OUTPUT_ISO_NAME="$OPTARG" ;;
j) MAKE_JOBS="$OPTARG" ;; #override auto-detected MAKE_JOBS
j) MAKE_JOBS="$OPTARG" ;; #override auto-detected MAKE_JOBS
s) HOST_SOURCE_BRANCH="$OPTARG" ;;
c) HOST_BUILD_DIR="$OPTARG" ;; #local cached build dir
l) LIVE_BUILD_DIR="$OPTARG" ;; #live build directory
c) HOST_BUILD_DIR="$OPTARG" ;; #local cached build dir
l) LIVE_BUILD_DIR="$OPTARG" ;; #live build directory
r) BZR_REVISION="$OPTARG" ;;
a) ADD_REPOSITORIES=true ;;
d) INSTALL_DEPENDENCIES=true ;; #ALL, none
u) UPDATE_OPENCOG=true ;; #git pull
b) BUILD_OPENCOG=true ;; #build opencog
t) TEST_OPENCOG=true ;; #test opencog
n) unset DEFAULT_UPDATE_OPENCOG ;; #suppress git update
x) unset DEFAULT_BUILD_OPENCOG ;; #suppress build
d) INSTALL_DEPENDENCIES=true ;; #ALL, none
u) UPDATE_OPENCOG=true ;; #git pull
b) BUILD_OPENCOG=true ;; #build opencog
t) TEST_OPENCOG=true ;; #test opencog
n) unset DEFAULT_UPDATE_OPENCOG ;; #suppress git update
x) unset DEFAULT_BUILD_OPENCOG ;; #suppress build
p) REINSTALL_PACKAGES=true ;;
v) unset QUIET ;;
h) usage ;;
Expand Down

0 comments on commit 13ee913

Please sign in to comment.