summaryrefslogtreecommitdiff
path: root/t/missing5.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/missing5.sh')
-rwxr-xr-xt/missing5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/missing5.sh b/t/missing5.sh
index 80bba3691..363cc1aab 100755
--- a/t/missing5.sh
+++ b/t/missing5.sh
@@ -24,7 +24,7 @@ get_shell_script missing
# These programs may be invoked by 'missing'.
needed_tools='chmod find sed test touch'
-needed_tools_csep=`echo $needed_tools | sed 's/ /, /g'`
+needed_tools_csep=$(echo $needed_tools | sed 's/ /, /g')
cat >configure.ac <<EOF
AC_INIT([missing4], [1.0])