summaryrefslogtreecommitdiffstats
path: root/editors/emacs/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/DETAILS')
-rwxr-xr-xeditors/emacs/DETAILS4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/DETAILS b/editors/emacs/DETAILS
index 464f19d38a..bf67fa06ca 100755
--- a/editors/emacs/DETAILS
+++ b/editors/emacs/DETAILS
@@ -1,6 +1,6 @@
SPELL=emacs
-if [ "$VCS" == "y" ]; then
- if [ "$VCS_AUTOUPDATE" == "y" ]; then
+if [[ "$EMACS_BRANCH" == "scm" ]]; then
+ if [[ "$EMACS_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=trunk