diff options
author | Camil Staps | 2016-10-12 13:34:38 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:44 +0100 |
commit | bc3792b4cc895728995cbb2705af73b61d8d4544 (patch) | |
tree | d6732262e0c0dea4f56767573acb29906ed150cd /system | |
parent | Longer timeout for setbg (diff) |
nullglob
Diffstat (limited to 'system')
-rw-r--r-- | system/profile.symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/profile.symlink b/system/profile.symlink index 6b64aef..7bf97a8 100644 --- a/system/profile.symlink +++ b/system/profile.symlink @@ -17,5 +17,5 @@ cpmq() { fi } -shopt -s globstar +shopt -s globstar nullglob |