Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pascal Stücker
pakcs
Commits
7a9e6d52
Commit
7a9e6d52
authored
Oct 24, 2017
by
Michael Hanus
Browse files
pakcs script improved
parent
73505573
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/pakcs.sh
View file @
7a9e6d52
...
...
@@ -90,15 +90,18 @@ while [ "$CURDIR" != "/" -a $PKGFOUND = no ] ; do
fi
done
# check whether we do not need to call CPM:
USECPM
=
yes
if
[
"
$1
"
=
"nocypm"
]
;
then
shift
USECPM
=
no
fi
for
i
in
$*
;
do
if
[
$i
=
"--nocypm"
]
;
then
USECPM
=
no
fi
case
$i
in
--help
|
-h
|
-
\?
)
USECPM
=
no
;;
--version
|
-V
)
USECPM
=
no
;;
--nocypm
|
--numeric-version
|
--compiler-name
)
USECPM
=
no
;;
esac
done
if
[
$PKGFOUND
=
yes
-a
$USECPM
=
yes
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment