diff options
author | W. Kosior <koszko@koszko.org> | 2025-09-19 12:47:44 +0200 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-09-19 13:09:45 +0200 |
commit | 7000b1f2bb2fca5b7707c9b1a9f58f43100212d3 (patch) | |
tree | cc5531b93b8e76c39e3c58d52574f68e86c3f05e /debian-shc.patch | |
download | AGH-msc-thesis-magister.tar.gz AGH-msc-thesis-magister.zip |
Diffstat (limited to 'debian-shc.patch')
-rw-r--r-- | debian-shc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian-shc.patch b/debian-shc.patch new file mode 100644 index 0000000..629f4ff --- /dev/null +++ b/debian-shc.patch @@ -0,0 +1,13 @@ +Description: fix rc path to allow build system run tests +Author: Joao Eriberto Mota Filho <eriberto@debian.org> +Last-Update: 2019-10-20 +--- shc-4.0.3.orig/test/ttest.sh ++++ shc-4.0.3/test/ttest.sh +@@ -1,6 +1,6 @@ + #!/bin/bash + +-shells=('/bin/sh' '/bin/dash' '/bin/bash' '/bin/ash' '/bin/ksh' '/bin/zsh' '/usr/bin/tcsh' '/bin/csh' '/usr/bin/rc') ++shells=('/bin/sh' '/bin/dash' '/bin/bash' '/bin/ash' '/bin/ksh' '/bin/zsh' '/usr/bin/tcsh' '/bin/csh' '/bin/rc') + ## Install: sudo apt install dash bash ash ksh zsh tcsh csh rc + + check_opts=('' '-r' '-v' '-D' '-S') |