Skip to content

Commit

Permalink
Parameterized goals #115 rfct Makesurefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Mar 2, 2023
1 parent 7a15ad9 commit b549d2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ in_begin && $1 ~ /^delete/{ next }
local version="$1"
local tgz="$2"

local EXE_NAME="mawk${version//./}"
local exeName="mawk${version//./}"

echo
echo "Fetching Mawk $version..."
Expand All @@ -305,10 +305,10 @@ in_begin && $1 ~ /^delete/{ next }

./configure && make

mv mawk ../$EXE_NAME
mv mawk ../$exeName

cd ..
./$EXE_NAME -W version
./$exeName -W version
rm -r mawk-"$version"-*
}

Expand Down

0 comments on commit b549d2e

Please sign in to comment.