diff options
author | Eric BĂ©langer <eric@archlinux.org> | 2008-12-02 01:57:43 +0100 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-02 01:57:43 +0100 |
commit | 73c8c32f315a6a7c493479bbbb9c322d098e9076 (patch) | |
tree | afe27dd9c808eb7c65dac8057c8466d4b7a14e68 /config | |
parent | 252e11f0e5a4eba7859108e0fb4bb3593819276f (diff) | |
download | dbscripts-73c8c32f315a6a7c493479bbbb9c322d098e9076.tar.gz dbscripts-73c8c32f315a6a7c493479bbbb9c322d098e9076.tar.xz |
Remove slashes from end of config paths
Clean up output so that we don't get double slashes
FS#12241
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -FTP_BASE="/srv/ftp/" +FTP_BASE="/srv/ftp" SVN_PATH="file:///srv/svn-packages" -STAGING="$HOME/staging/" +STAGING="$HOME/staging" TMPDIR="/srv/tmp" |