Portability fixes:
authorgdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 4 Oct 2006 17:20:15 +0000 (17:20 +0000)
committergdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 4 Oct 2006 17:20:15 +0000 (17:20 +0000)
  Use /bin/sh instead of /bin/bash.
  Use = instead of == with test.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3708 221aa14e-8319-0410-a670-987f0aec2ac5

dtools/bin/check-tarball-h-files

index 1f808cb0402801f89aa86beb7a3a4ae51ea55feb..dae7592d2af8ae1ace4756ed2f56939fa1c233a9 100755 (executable)
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
 
 tarball=$1
-if [ "x$tarball" == "x" ]
+if [ "x$tarball" = "x" ]
 then
   echo "usage: $0 tarball" 1>&2
   exit 1