summaryrefslogtreecommitdiffstats
path: root/config_generation
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2019-05-06 11:01:04 +0200
committerJeremy Cline <jcline@redhat.com>2019-05-06 10:26:25 -0400
commit926fa54ae13fabfe16919ad08d475865b1916ded (patch)
tree8393822b06df78f357dc58efb7556dc9e5d32d0a /config_generation
parentf27f73697ffc50725a59db6f1c36b489f9b3ec84 (diff)
downloadkernel-926fa54ae13fabfe16919ad08d475865b1916ded.tar.gz
kernel-926fa54ae13fabfe16919ad08d475865b1916ded.tar.xz
kernel-926fa54ae13fabfe16919ad08d475865b1916ded.zip
configs: correctly terminate loop
The switch_to_toplevel() function in process_configs.sh contains a buggy loop. It tests whether $path is empty but should test whether $path equals "/". (It repeatedly calls dirname on pwd's output, and since pwd will return an absolute path this will, eventually, return "/" forever.) So let's test for "/" here. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'config_generation')
0 files changed, 0 insertions, 0 deletions