Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.bin/bmake/tests/variables/opt_V/legacy_test.sh
34928 views
1
#! /bin/sh
2
3
. $(dirname $0)/../../common.sh
4
5
# Description
6
DESC="Variable expansion using command line '-V'"
7
8
# Run
9
TEST_N=2
10
11
eval_cmd $*
12
13