Skip to content

Commit 27dbf00

Browse files
author
Jeff Bai
committed
Other than that it works just fine. @Arthur2e5
1 parent 425469c commit 27dbf00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg2ab

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# This is written just for those xfce tasks... Political incorrect.
33
# This script tries to convert Archlinux PKGBUILD things into autobuild defines. It simply does the copy and paste job.
44

5+
# Date format.
6+
LANG=C
7+
58
##General Functions, move to abbs libs.
69
# fundump funname filename
710
fundump(){ declare -f "$1" | head -n+1 | tail -n+2 | sed -re 's/^( ( |)|\t)//g' >> "$2"; }

0 commit comments

Comments
 (0)