We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6716646 commit 0317264Copy full SHA for 0317264
scripts/configure_libmesh.sh
@@ -69,7 +69,7 @@ function configure_libmesh()
69
--with-future-timpi-dir="${LIBMESH_DIR}" \
70
INSTALL="${INSTALL_BINARY}" \
71
"${EXTRA_ARGS[@]}" \
72
- $*
+ "$@"
73
local RETURN_CODE=$?
74
75
# Restore unbound variable checks
scripts/update_and_rebuild_libmesh.sh
@@ -167,7 +167,7 @@ if [ -z "$go_fast" ]; then
167
source $SCRIPT_DIR/configure_libmesh.sh
168
SRC_DIR=${LIBMESH_SRC_DIR} configure_libmesh $DISABLE_TIMESTAMPS \
169
$VTK_OPTIONS \
170
- $* | tee -a "$SCRIPT_DIR/$DIAGNOSTIC_LOG" || exit 1
+ "$@" | tee -a "$SCRIPT_DIR/$DIAGNOSTIC_LOG" || exit 1
171
else
172
# The build directory must already exist: you can't do --fast for
173
# an initial build.
0 commit comments