diff options
Diffstat (limited to 'straper/db/public/environment/profile.d/gawk.sh')
| -rw-r--r-- | straper/db/public/environment/profile.d/gawk.sh | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/straper/db/public/environment/profile.d/gawk.sh b/straper/db/public/environment/profile.d/gawk.sh deleted file mode 100644 index c35471f..0000000 --- a/straper/db/public/environment/profile.d/gawk.sh +++ /dev/null @@ -1,31 +0,0 @@ -gawkpath_default () { - unset AWKPATH - export AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` -} - -gawkpath_prepend () { - [ -z "$AWKPATH" ] && AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` - export AWKPATH="$*:$AWKPATH" -} - -gawkpath_append () { - [ -z "$AWKPATH" ] && AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` - export AWKPATH="$AWKPATH:$*" -} - -gawklibpath_default () { - unset AWKLIBPATH - export AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` -} - -gawklibpath_prepend () { - [ -z "$AWKLIBPATH" ] && \ - AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` - export AWKLIBPATH="$*:$AWKLIBPATH" -} - -gawklibpath_append () { - [ -z "$AWKLIBPATH" ] && \ - AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` - export AWKLIBPATH="$AWKLIBPATH:$*" -} |
