Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77948
b: refs/heads/master
c: 0484f12
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Jan 28, 2008
1 parent d5f3f7b commit 4671e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 899c38420c56b20e12a31fe9adfa92cd21782370
refs/heads/master: 0484f1299fb504d57f388e5cdaba85ed59f32ca0
5 changes: 4 additions & 1 deletion trunk/scripts/gcc-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
# gcc-2.95.3, `030301' for gcc-3.3.1, etc.
#

if [[ $1 = "-p" ]] ; then with_patchlevel=1; shift; fi
if [ "$1" = "-p" ] ; then
with_patchlevel=1;
shift;
fi

compiler="$*"

Expand Down

0 comments on commit 4671e55

Please sign in to comment.