SPECS: eclipse.spec - there's nothing "further" after exec

glen glen at pld-linux.org
Thu Jul 20 01:10:19 CEST 2006


Author: glen                         Date: Wed Jul 19 23:10:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- there's nothing "further" after exec

---- Files affected:
SPECS:
   eclipse.spec (1.73 -> 1.74) 

---- Diffs:

================================================================
Index: SPECS/eclipse.spec
diff -u SPECS/eclipse.spec:1.73 SPECS/eclipse.spec:1.74
--- SPECS/eclipse.spec:1.73	Thu Jul 20 01:06:45 2006
+++ SPECS/eclipse.spec	Thu Jul 20 01:10:13 2006
@@ -89,8 +89,8 @@
 #wrapper
 install -d $RPM_BUILD_ROOT%{_bindir}
 cat > $RPM_BUILD_ROOT%{_bindir}/eclipse << 'EOF'
-#!/bin/bash
-exec %{_libdir}/%{name}/eclipse $*
+#!/bin/sh
+exec %{_libdir}/%{name}/eclipse ${1:+"$@"}
 EOF
 
 :> $RPM_BUILD_ROOT%{_datadir}/%{name}/.eclipseextension
@@ -255,6 +255,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2006/07/19 23:10:13  glen
+- there's nothing "further" after exec
+
 Revision 1.73  2006/07/19 23:06:45  czarny
  - changed wrapper shell to bash because of expr error in further eclipse scripts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eclipse.spec?r1=1.73&r2=1.74&f=u



More information about the pld-cvs-commit mailing list