Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d7df1559
Commit
d7df1559
authored
Jun 22, 2007
by
Simon Marlow
Browse files
remove unnecessary cruft
parent
3369e8c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/hsc2hs/hsc2hs.sh
View file @
d7df1559
tflag
=
"--template=
$HSC2HS_DIR
/template-hsc.h"
for
arg
do
case
"
$arg
"
in
-c
*
)
HSC2HS_EXTRA
=
;;
--cc
=
*
)
HSC2HS_EXTRA
=
;;
-t
*
)
tflag
=
;;
--template
=
*
)
tflag
=
;;
--
)
break
;;
esac
done
$HSC2HS_BINDIR
/
$HS_PROG
$tflag
$HSC2HS_EXTRA
"
$@
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment