Package: gargoyle-free
Version: 2011.1b-1
Severity: wishlist
Tags: upstream patch

Dear maintainer,

Currently the ash shell is not widely used and was superseded by dash
shell in debian.
The attached patch replace it with dash shell.

When ash shell be removed of all scripts using it, the ash package may
be removed from debian.
(Only four packges left according codesearch:
https://codesearch.debian.net/search?q=%23!%2Fbin%2Fash)

Regards,
Juan Picca.

Note: The patch was upstreamed
Description: Replace /bin/ash shell with /bin/sh
 Use /bin/sh as the majority of the scripts does.
 Currently the ash shell is not widely used and was superseded by dash
 shell in many linux distributions.
Author: Juan Picca <[email protected]>
Forwarded: https://github.com/garglk/garglk/pull/342
Last-Update: 2019-01-23
---
--- a/terps/nitfol/nitfol
+++ b/terps/nitfol/nitfol
@@ -1,4 +1,4 @@
-#!/bin/ash
+#!/bin/sh
 # This is a shell wrapper that finds an appropriate nitfol in your path
 # and runs it.  Requires 'which' and sh.  (only tested with bash, so YMMV)
 

Reply via email to