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

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

[elpa] master a179572 3/4: [admin] Specify bash in update-archive.sh she


From: Thien-Thi Nguyen
Subject: [elpa] master a179572 3/4: [admin] Specify bash in update-archive.sh shebang line.
Date: Mon, 27 Feb 2017 23:49:33 -0500 (EST)

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

    [admin] Specify bash in update-archive.sh shebang line.
    
    The program uses several bash-specific constructs.  Although in
    all likelihood any place where this is used will have sh aliased
    to bash anyway, it's better to be explicit to avoid latent bugs.
    
    * admin/update-archive.sh: Specify "/bin/bash" in shebang line.
---
 admin/update-archive.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/admin/update-archive.sh b/admin/update-archive.sh
index 28cd99d..1986677 100755
--- a/admin/update-archive.sh
+++ b/admin/update-archive.sh
@@ -1,5 +1,4 @@
-#!/bin/sh
-# TODO: (line 1) s/sh/bash/
+#!/bin/bash
 # TODO: Author
 # TODO: License
 ##



reply via email to

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