dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b1b8c
)
Add quotes around print.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 26 Jan 2003 17:14:10 +0000
(17:14 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 26 Jan 2003 17:14:10 +0000
(17:14 +0000)
t/set_testenv
patch
|
blob
|
history
diff --git
a/t/set_testenv
b/t/set_testenv
index adb75d4844b8a5b2033549c3199b596c75288cab..a480bb63fecd076eaa5e0b1c54cb825dc5a1a828 100755
(executable)
--- a/
t/set_testenv
+++ b/
t/set_testenv
@@
-20,7
+20,7
@@
case "$testenv" in
export GEDCOM_NOOPTS=1 ;;
print)
- echo "GEDCOM_TESTENV=
$GEDCOM_TESTENV
"
+ echo "GEDCOM_TESTENV=
'$GEDCOM_TESTENV'
"
echo "GEDCOM_NOOPTS=$GEDCOM_NOOPTS" ;;
"")