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

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

[nongnu] elpa/pdf-tools 8a7804a 3/6: fix: handle alternative paths to sh


From: ELPA Syncer
Subject: [nongnu] elpa/pdf-tools 8a7804a 3/6: fix: handle alternative paths to sh
Date: Fri, 3 Dec 2021 10:58:21 -0500 (EST)

branch: elpa/pdf-tools
commit 8a7804acb66e3ec462cbea542958f8db9bbcbee3
Author: Jacob Vallejo <jake@jahkeup.com>
Commit: Vedang Manerikar <ved.manerikar@gmail.com>

    fix: handle alternative paths to sh
    
    Fixes #8
    
    Signed-off-by: Jacob Vallejo <jake@jahkeup.com>
---
 server/autobuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/autobuild b/server/autobuild
index f09790d..9af5990 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 
 ##
 ## Installs package dependencies and builds the application.



reply via email to

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