From: Jim Meyering Date: Wed, 25 Nov 2009 15:14:19 +0000 (+0100) Subject: correct typo in test-pread.sh X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a722f9972c6fe3afde2951b3ebb1cbdc14e973a1;p=pspp correct typo in test-pread.sh * tests/test-pread.sh: Add #! line. --- diff --git a/ChangeLog b/ChangeLog index cbfafb26a0..67747df63d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-11-25 Jim Meyering + correct typo in test-pread.sh + * tests/test-pread.sh: Add #! line. + test pread * tests/test-pread.c: New file. * tests/test-pread.sh: Likewise. diff --git a/tests/test-pread.sh b/tests/test-pread.sh index 0e0754d84d..fba415ea12 100644 --- a/tests/test-pread.sh +++ b/tests/test-pread.sh @@ -1,3 +1,4 @@ +#!/bin/sh : ${srcdir=.} ${builddir=.} . $srcdir/init.sh --set-path=$builddir