Skip to content

Commit 3602b03

Browse files
committedMay 1, 2015
Update pkg2ab
1 parent 27dbf00 commit 3602b03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pkg2ab

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LANG=C
77

88
##General Functions, move to abbs libs.
99
# fundump funname filename
10-
fundump(){ declare -f "$1" | head -n+1 | tail -n+2 | sed -re 's/^( ( |)|\t)//g' >> "$2"; }
10+
fundump(){ declare -f "$1" | head -n+1 | tail -n+2 | sed -re 's/^ //g' >> "$2"; }
1111
# funhere funname
1212
funhere(){ declare -F "$1" &>/dev/null; }
1313
# getfile file
@@ -72,6 +72,7 @@ if [ "$ArchPatch" == 1 ]; then
7272
fi
7373
echo -e "$XTraPatch" >> autobuild.gen/patch
7474

75+
# TODO: verspec member translation to ab syntax.
7576
cat > autobuild.gen/defines << _end_of_abdef
7677
# Generated by pkg2ab on $(date)
7778
PKGNAME=$pkgname

0 commit comments

Comments
 (0)
Please sign in to comment.