summaryrefslogtreecommitdiff
path: root/pbs-plumb-config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-29 14:40:34 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-29 14:40:34 -0500
commit6ca7a10796da3afea4dee311b2f48d7190e02fd1 (patch)
treeb42cc986366de9ec3efe4b1dc00dc82fbbd4dd1d /pbs-plumb-config
parent9e7024c2798f429bcb76c5bb7a2131e1d2ae3ff4 (diff)
mv /etc/libretools.d/pbs{,-convert}.conf
Diffstat (limited to 'pbs-plumb-config')
-rwxr-xr-xpbs-plumb-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbs-plumb-config b/pbs-plumb-config
index 87cf189..bbb733f 100755
--- a/pbs-plumb-config
+++ b/pbs-plumb-config
@@ -15,7 +15,7 @@ list() {
# stdout: The raw value of SETTING in FILE; *not* terminated by a newline
##
get() {
- [[ $# != 2 ]] && { usage; return 1; }
+ [[ $# != 2 ]] && { usage; return 1; }
local file=$1
local setting=$2
git config --file "$file" -z --get "$setting"
@@ -26,7 +26,7 @@ main() {
local cmd=$1
shift
- local file="/etc/libretools.d/pbs.conf"
+ local file="/etc/libretools.d/pbs-convert.conf"
case "$cmd" in
list)
list "$file" "$@"