[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6276] aliases are bash-specific
From: |
Gavin D. Smith |
Subject: |
[6276] aliases are bash-specific |
Date: |
Sun, 17 May 2015 21:39:39 +0000 |
Revision: 6276
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6276
Author: gavin
Date: 2015-05-17 21:39:37 +0000 (Sun, 17 May 2015)
Log Message:
-----------
aliases are bash-specific
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/t/Init-test.inc
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-05-17 20:57:22 UTC (rev 6275)
+++ trunk/ChangeLog 2015-05-17 21:39:37 UTC (rev 6276)
@@ -1,7 +1,7 @@
2015-05-17 Gavin Smith <address@hidden>
* info/t/Init-test.inc: Split GINFO variable into GINFO and
- GINFO_OPTIONS, and provide GINFO alias to use them together.
+ GINFO_OPTIONS, and provide GINFO function to use them together.
* info/t/Init-inter.inc: Pass GINFO_OPTIONS variable as
arguments to GINFO. (Attempt at fixing error message on
Solaris 10, "./ginfo --init-file ./t/Infokey-config: not found".
Modified: trunk/info/t/Init-test.inc
===================================================================
--- trunk/info/t/Init-test.inc 2015-05-17 20:57:22 UTC (rev 6275)
+++ trunk/info/t/Init-test.inc 2015-05-17 21:39:37 UTC (rev 6276)
@@ -24,7 +24,7 @@
GINFO_OPTIONS="--init-file $srcdir/t/Infokey-config"
#GINFO="valgrind --log-file=$0.val.log --leak-check=full ./ginfo --init-file
$srcdir/t/Infokey-config"
-alias GINFO='${GINFO} ${GINFO_OPTIONS}'
+GINFO () { ${GINFO} ${GINFO_OPTIONS} "$@" ; }
# Set this to the name of the process
GINFO_NAME=ginfo
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6276] aliases are bash-specific,
Gavin D. Smith <=