emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 951053f 2/4: [admin] Make update-archive.sh slightly less


From: Thien-Thi Nguyen
Subject: [elpa] master 951053f 2/4: [admin] Make update-archive.sh slightly less verbose.
Date: Mon, 27 Feb 2017 23:49:33 -0500 (EST)

branch: master
commit 951053faeed2bbc1db9f187c09f732b38f4e138c
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    [admin] Make update-archive.sh slightly less verbose.
    
    * admin/update-archive.sh: Move the ‘-x’ flag from shebang
    line to explicit ‘set -x’ following options/args processing.
---
 admin/update-archive.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/admin/update-archive.sh b/admin/update-archive.sh
index 52e9adf..28cd99d 100755
--- a/admin/update-archive.sh
+++ b/admin/update-archive.sh
@@ -1,6 +1,5 @@
-#!/bin/sh -x
+#!/bin/sh
 # TODO: (line 1) s/sh/bash/
-# TODO: (line 1) Rework ‘-x’ to ‘set -x’ following hv/arg checks.
 # TODO: Author
 # TODO: License
 ##
@@ -89,6 +88,8 @@ test -L $0 || { hv=`dirname $0`/hv.sh ; test -r $hv && . $hv 
; }
 
 # TODO: (here) Validate args.
 
+set -x
+
 makelog=""
 buildir="$(pwd)"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]