Skip to content

Commit

Permalink
Update gawk to latest. 4.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
lancethepants committed Sep 23, 2016
1 parent acc3f28 commit 9cc4ad6
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/buildroot.sh
Original file line number Diff line number Diff line change
@@ -608,12 +608,12 @@ fi
cd $SRC/gawk

if [ ! -f .extracted ]; then
rm -rf gawk-4.1.3
tar zxvf gawk-4.1.3.tar.gz
rm -rf gawk-4.1.4
tar zxvf gawk-4.1.4.tar.gz
touch .extracted
fi

cd gawk-4.1.3
cd gawk-4.1.4

if [ ! -f .edit_sed ]; then
cp -v extension/Makefile.in{,.orig}
1 change: 0 additions & 1 deletion src/gawk/gawk-4.1.3.tar.gz.REMOVED.git-id

This file was deleted.

1 change: 1 addition & 0 deletions src/gawk/gawk-4.1.4.tar.gz.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c5b6d1f61616b2afef06216cc0bf54f6a5b30810

0 comments on commit 9cc4ad6

Please sign in to comment.