We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425469c commit 27dbf00Copy full SHA for 27dbf00
pkg2ab
@@ -2,6 +2,9 @@
2
# This is written just for those xfce tasks... Political incorrect.
3
# This script tries to convert Archlinux PKGBUILD things into autobuild defines. It simply does the copy and paste job.
4
5
+# Date format.
6
+LANG=C
7
+
8
##General Functions, move to abbs libs.
9
# fundump funname filename
10
fundump(){ declare -f "$1" | head -n+1 | tail -n+2 | sed -re 's/^( ( |)|\t)//g' >> "$2"; }
0 commit comments