aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-24 21:51:18 -0300
committerEuAndreh <eu@euandre.org>2024-01-24 21:51:21 -0300
commit84b69e42099031fa571deffd7da21666d548a32b (patch)
tree73d39bdd6916d33e3c959aa9468a79a325e89742 /etc/sh
parentbin/vcs: Add stub PS1 definitions for BitKeeper and CVS (diff)
downloaddotfiles-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/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 98fc72e..69b7c50 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -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