Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.bin/bmake/tests/execution/empty/legacy_test.sh
103517 views
1
#! /bin/sh
2
3
. $(dirname $0)/../../common.sh
4
5
# Description
6
DESC="Empty command (from variable)"
7
8
# Run
9
TEST_N=1
10
TEST_1=
11
12
eval_cmd $*
13
14