diff options
| author | EuAndreh <eu@euandre.org> | 2024-01-24 21:51:18 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-01-24 21:51:21 -0300 |
| commit | 84b69e42099031fa571deffd7da21666d548a32b (patch) | |
| tree | 73d39bdd6916d33e3c959aa9468a79a325e89742 /etc/sh | |
| parent | bin/vcs: Add stub PS1 definitions for BitKeeper and CVS (diff) | |
| download | dotfiles-84b69e42099031fa571deffd7da21666d548a32b.tar.gz dotfiles-84b69e42099031fa571deffd7da21666d548a32b.tar.xz | |
etc/sh/rc: Rename $VG_FLAGS to $VGFLAGS
À la $CFLAGS, $LDFLAGS, etc.
Diffstat (limited to 'etc/sh')
| -rw-r--r-- | etc/sh/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,14 +115,14 @@ export NPROC GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')" export MAKEFLAGS="-j $(($(nproc) * 2 + 1))" export GOPATH="$SRC/go" -export VG_FLAGS=' +export VGFLAGS=' --show-error-list=yes --show-leak-kinds=all --leak-check=full --track-origins=yes --error-exitcode=1 ' -VG_FLAGS="$(printf '%s\n' "$VG_FLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" +VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export CFLAGS=' -D_POSIX_C_SOURCE=200809L |
