[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.4.0-20080127-100-ga7e7a28)
The branch, master has been updated
via a7e7a28613abe4705ec01011d0f4308ff024251b (commit)
from 0a770cff6b42dd3ba80215482ee7c4f230b3cf0f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gattrib/icon-theme-installer | 4 ++--
gschem/icon-theme-installer | 4 ++--
libgeda/icon-theme-installer | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
=================
Commit Messages
=================
commit a7e7a28613abe4705ec01011d0f4308ff024251b
Author: Carlos Nieves Onega <cnieves@xxxxxxxxxx>
Date: Sun Jun 29 19:00:10 2008 +0200
Changed shell from bash to sh in icon-theme-installer
Changed shell from bash to sh in icon-theme-installer.
This commit is still not tested in non-bash systems.
Applied partially geda patch #1978537 (only bash to sh
change, not removal of $INSTALL_DATA_EXEC check) from
anonymous contributor and Dan McMahill's test case
change in line 103 from:
http://pcb.cvs.sourceforge.net/pcb/pcb/icon-theme-installer?r1=1.1&r2=1.2
:100755 100755 8cc0e79... eba95e1... M gattrib/icon-theme-installer
:100755 100755 8cc0e79... eba95e1... M gschem/icon-theme-installer
:100755 100755 8cc0e79... eba95e1... M libgeda/icon-theme-installer
=========
Changes
=========
commit a7e7a28613abe4705ec01011d0f4308ff024251b
Author: Carlos Nieves Onega <cnieves@xxxxxxxxxx>
Date: Sun Jun 29 19:00:10 2008 +0200
Changed shell from bash to sh in icon-theme-installer
Changed shell from bash to sh in icon-theme-installer.
This commit is still not tested in non-bash systems.
Applied partially geda patch #1978537 (only bash to sh
change, not removal of $INSTALL_DATA_EXEC check) from
anonymous contributor and Dan McMahill's test case
change in line 103 from:
http://pcb.cvs.sourceforge.net/pcb/pcb/icon-theme-installer?r1=1.1&r2=1.2
diff --git a/gattrib/icon-theme-installer b/gattrib/icon-theme-installer
index 8cc0e79..eba95e1 100755
--- a/gattrib/icon-theme-installer
+++ b/gattrib/icon-theme-installer
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# icon-theme-installer
# Copyright (C) 2006 Novell, Inc.
@@ -108,7 +108,7 @@ if test ! -x $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then
exit 1
fi
-if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then
+if test ! -x `echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '`; then
echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)"
exit 1
fi
diff --git a/gschem/icon-theme-installer b/gschem/icon-theme-installer
index 8cc0e79..eba95e1 100755
--- a/gschem/icon-theme-installer
+++ b/gschem/icon-theme-installer
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# icon-theme-installer
# Copyright (C) 2006 Novell, Inc.
@@ -108,7 +108,7 @@ if test ! -x $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then
exit 1
fi
-if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then
+if test ! -x `echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '`; then
echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)"
exit 1
fi
diff --git a/libgeda/icon-theme-installer b/libgeda/icon-theme-installer
index 8cc0e79..eba95e1 100755
--- a/libgeda/icon-theme-installer
+++ b/libgeda/icon-theme-installer
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# icon-theme-installer
# Copyright (C) 2006 Novell, Inc.
@@ -108,7 +108,7 @@ if test ! -x $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then
exit 1
fi
-if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then
+if test ! -x `echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '`; then
echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)"
exit 1
fi
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs