X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=blobdiff_plain;f=assembler%2Fb43-asm;fp=assembler%2Fb43-asm;h=79d5e5a5f24c908c284f58e427210fd32b5625e2;hp=9585b1c2a34805715ad7d8449706d922b087cb40;hb=6eb0a2ea8b788a760be6739947304802b0a2cd05;hpb=7ca8f23776ff92d8ac80611aafb361a53ddc9bda diff --git a/assembler/b43-asm b/assembler/b43-asm index 9585b1c..79d5e5a 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