diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-06 18:39:00 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-07 22:06:02 +0200 |
commit | e0faa97416aee22fa0c09f75a4040bb2bb16e2dd (patch) | |
tree | e9687d481c219a458a7ac5c39feface3c9d779d9 /conf.d/etc | |
parent | c8f5f5a7097254496b9dc8ddb458cf1fdb7169da (diff) |
Update/fix rpm and deb packagingflounder_5.99.2flounder/5.99.25.99.2
Change-Id: I576c7c02def683dc3028194e68416bfc0b167067
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/etc')
-rw-r--r-- | conf.d/etc/bash_completion.d/xds-cli | 2 | ||||
-rw-r--r-- | conf.d/etc/profile.d/xds-cli.sh | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/conf.d/etc/bash_completion.d/xds-cli b/conf.d/etc/bash_completion.d/xds-cli index 9778180..b3618a6 100644 --- a/conf.d/etc/bash_completion.d/xds-cli +++ b/conf.d/etc/bash_completion.d/xds-cli @@ -1,4 +1,4 @@ -#! /bin/bash +# xds-cli bash completion script _cli_bash_autocomplete() { local cur opts base diff --git a/conf.d/etc/profile.d/xds-cli.sh b/conf.d/etc/profile.d/xds-cli.sh index 3c8a13d..a85479f 100644 --- a/conf.d/etc/profile.d/xds-cli.sh +++ b/conf.d/etc/profile.d/xds-cli.sh @@ -1,5 +1,3 @@ -#!/bin/bash - ########################################################################### # Copyright 2017-2018 IoT.bzh # |