Skip to content
Snippets Groups Projects
Commit 9ede97f3 authored by Cheng Shao's avatar Cheng Shao :beach: Committed by Marge Bot
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.
parent a55adc8e
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" -B"$topdir" -l"$topdir" ${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