summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/pam/libpam/libpam-xtests-remove-bash-dependency.patch
AgeCommit message (Collapse)AuthorFiles
2014-09-29libpam / xtests: remove bash dependencyWenzong Fan1
There's not bash specific syntax in the xtests scripts: $ cd Linux-PAM-1.1.6/xtests # replace /bin/bash to /bin/sh and check the bashisms: $ checkbashisms *.sh No output So the runtime dependency to bash could be removed. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>