projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f37a5d2
)
[project @ 2001-02-15 22:34:48 by qrczak]
author
qrczak
<unknown>
Thu, 15 Feb 2001 22:34:48 +0000
(22:34 +0000)
committer
qrczak
<unknown>
Thu, 15 Feb 2001 22:34:48 +0000
(22:34 +0000)
Use ${1+"$@"} instead of "$@". How stupid are those shells.
ghc/driver/ghci.sh
patch
|
blob
|
history
diff --git
a/ghc/driver/ghci.sh
b/ghc/driver/ghci.sh
index
f92be5b
..
bed86ed
100644
(file)
--- a/
ghc/driver/ghci.sh
+++ b/
ghc/driver/ghci.sh
@@
-1,2
+1,2
@@
# Mini-driver for GHCi
-exec $GHCBIN --interactive "$@"
+exec $GHCBIN --interactive ${1+"$@"}