diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-17 07:52:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-17 07:52:52 +0000 |
commit | e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d (patch) | |
tree | 6e47dd26396eea92224f8ecd241b3c96f7531c42 /ACE/debian | |
parent | 447b29bb6ee55ceb53aca914041c801baf05baa9 (diff) | |
download | ATCD-e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d.tar.gz |
Removed trailing whitespaces
Diffstat (limited to 'ACE/debian')
-rwxr-xr-x | ACE/debian/cmp-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/debian/cmp-installation.sh b/ACE/debian/cmp-installation.sh index d12d8e83dd8..63f98710fed 100755 --- a/ACE/debian/cmp-installation.sh +++ b/ACE/debian/cmp-installation.sh @@ -20,7 +20,7 @@ ff() { # Remove path with examples, tests and tutorial from STDIN drop() { - grep -E -v '(examples|tests|tutorials)/' + grep -E -v '(examples|tests|tutorials)/' } # Removed unused/unshipped stuff |