From bda9331dd0aaa8f89f9f48a1d946c79142ddea56 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 10 Nov 2021 03:32:37 +0100 Subject: [PATCH] Import the latest version from DeforaOS configure --- tests/fixme.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/fixme.sh b/tests/fixme.sh index 84319cf..0d15f7d 100755 --- a/tests/fixme.sh +++ b/tests/fixme.sh @@ -1,6 +1,6 @@ #!/bin/sh #$Id$ -#Copyright (c) 2017-2020 Pierre Pronchery +#Copyright (c) 2017-2021 Pierre Pronchery # #Redistribution and use in source and binary forms, with or without #modification, are permitted provided that the following conditions are met: @@ -199,10 +199,6 @@ _debug() { echo "$@" 1>&3 "$@" - res=$? - #ignore errors when the command is not available - [ $res -eq 127 ] && return 0 - return $res }