X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=assembler%2Fb43-asm;h=5d6b54e8573c52c83258c6aa49d95306021746e9;hb=690bce628fbc4ce3ce572a9d31fb824acfbe4f06;hp=9585b1c2a34805715ad7d8449706d922b087cb40;hpb=91cb76df7bb3bdba6d0b9637f26ae3a7d226c6da;p=b43-tools.git diff --git a/assembler/b43-asm b/assembler/b43-asm index 9585b1c..5d6b54e 100755 --- a/assembler/b43-asm +++ b/assembler/b43-asm @@ -1,8 +1,8 @@ -#!/bin/bash +#!/bin/sh # # b43-asm preprocessing frontend # -# Copyright (c) 2007 Michael Buesch +# Copyright (c) 2010 Michael Buesch # Licensed under the GNU/GPL version 2. # @@ -42,7 +42,7 @@ outfile="$1" shift cpp_args= -if [ "$1" == "--cpp-args" ]; then +if [ "$1" = "--cpp-args" ]; then shift while [ "$1" != "--" ]; do if [ $# -eq 0 ]; then