Skip to content
Snippets Groups Projects
Commit 11ff9d2f authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

Remove obsolete executable wrappers from the tree

The executable wrappers are handled by hadrian and bindist Makefile.
The various .wrapper scripts in the tree are unused since removal of
Make build system, so this patch removes them all.

(cherry picked from commit 9ede97f3)
(cherry picked from commit 737e9e0b)
(cherry picked from commit c57730cb)
parent a70b3124
No related branches found
No related tags found
No related merge requests found
exec "$executablename" -B"$topdir" ${1+"$@"}
#!/bin/sh
PKGCONF="$topdir/package.conf.d"
exec "$executablename" --global-package-db "$PKGCONF" ${1+"$@"}
#!/bin/sh
exec "$executablename" ${1+"$@"}
#!/bin/sh
exec "$executablename" -f "$bindir/$ghcprog" ${1+"$@"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment