2017-06-16 19:31:32 +00:00
|
|
|
From 4341f82af0b61d3dfbe675670d4105dc759c0df3 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
|
Date: Mon, 23 Jan 2017 14:54:03 +0300
|
2018-06-04 16:28:07 +00:00
|
|
|
Subject: [PATCH 008/243] po: Use @SHELL@ rather than /bin/sh.
|
2017-06-16 19:31:32 +00:00
|
|
|
|
|
|
|
/bin/sh might not exist.
|
|
|
|
---
|
|
|
|
po/Makefile.in.in | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
|
2018-02-27 18:56:41 +00:00
|
|
|
index 3619458e85f..e68e9da843d 100644
|
2017-06-16 19:31:32 +00:00
|
|
|
--- a/po/Makefile.in.in
|
|
|
|
+++ b/po/Makefile.in.in
|
|
|
|
@@ -15,7 +15,7 @@ PACKAGE = @PACKAGE@
|
|
|
|
VERSION = @VERSION@
|
|
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
|
|
|
|
|
-SHELL = /bin/sh
|
|
|
|
+SHELL = @SHELL@
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
--
|
2018-06-04 16:28:07 +00:00
|
|
|
2.17.1
|
2017-06-16 19:31:32 +00:00
|
|
|
|