Skip to content

Commit 228ed54

Browse files
committed
Fix comment
1 parent ced6dfe commit 228ed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/bash_scripts/bin/bb_target_env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copy all `HOST*` environment variables to `*`, e.g. `HOSTCC` -> `CC`, `HOSTLD` -> `LD`, etc...
3+
# Copy all `TARGET*` environment variables to `*`, e.g. `TARGETCC` -> `CC`, `TARGETLD` -> `LD`, etc...
44
TARGET="${1}"
55
shift 1
66

0 commit comments

Comments
 (0)