summaryrefslogtreecommitdiff
path: root/t/amhello-binpkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/amhello-binpkg.sh')
-rwxr-xr-xt/amhello-binpkg.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh
index 4b3e0e21b..16fdfc3b8 100755
--- a/t/amhello-binpkg.sh
+++ b/t/amhello-binpkg.sh
@@ -28,12 +28,12 @@ cd amhello-1.0
./configure --prefix /usr
$MAKE
-$MAKE DESTDIR="`pwd`/inst" install
+$MAKE DESTDIR="$(pwd)/inst" install
cd inst
find . -type f -print > ../files.lst
-tar cvf amhello-1.0-i686.tar.gz `cat ../files.lst` > tar.got 2>&1
+tar cvf amhello-1.0-i686.tar.gz $(cat ../files.lst) > tar.got 2>&1
-EXEEXT=`sed -n -e 's/^EXEEXT *= *//p' < ../Makefile`
+EXEEXT=$(sed -n -e 's/^EXEEXT *= *//p' < ../Makefile)
if tar --version </dev/null | grep GNU; then
LC_ALL=C sort tar.got > t