]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/mkinclosure
ia64.c (ia64_register_move_cost): Add mode arguemnt.
[gcc.git] / libstdc++-v3 / mkinclosure
index a493eb94811fa6c8e546a45b4dbd59a83633de46..7996b4b5e18801101b1e9a2d9c4a1ea1b770b6ef 100755 (executable)
@@ -87,7 +87,7 @@ until cmp -s $OLDH $HDRS; do #  (until no new headers found)
   | while read file; do
      drop=no
      for ignore in `cat $IGNORES`; do
-       if [ "$ignore" == "$file" ]; then drop=yes; fi
+       if [ "$ignore" = "$file" ]; then drop=yes; fi
      done
      case "$file" in /*) drop=yes;; esac   # no absolute paths
      case $drop in no) echo "$file";; esac
This page took 0.033597 seconds and 5 git commands to generate.