GNOME Bugzilla – Bug 742268
systeminstall: search for path files in sbin
Last modified: 2015-01-06 19:47:40 UTC
/sbin and /usr/sbin may be missing from $PATH so make sure we include them when looking for path programs. This is needed to find iptables on Debian. While we're at it, rewrite the loop to take advantage of for/else to remove the need for a separate 'found' variable.
Created attachment 293650 [details] [review] systeminstall: search for path files in sbin
Comment on attachment 293650 [details] [review] systeminstall: search for path files in sbin sure
Attachment 293650 [details] pushed as 921ee9a - systeminstall: search for path files in sbin