enlightenment_remote uses at least variable substitution (${var%%.*}) and options (echo -e) that are not guaranteed to be available in stricter (wrt. what's in POSIX) shell implementations, which may lead to malfunction. Running the script using bash ensures things work as intended. --- data/tools/enlightenment_remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/tools/enlightenment_remote b/data/tools/enlightenment_remote index 45295bb..a5e5d74 100644 --- a/data/tools/enlightenment_remote +++ b/data/tools/enlightenment_remote @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # See the function show_help_new_tool in order to know more about this tool -- 1.7.10.4 ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122912 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel