Loading mkinstalldirs +2 −2 Original line number Original line Diff line number Diff line Loading @@ -22,9 +22,9 @@ do esac esac if test ! -d "$pathcomp"; then if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" 1>&2 echo "mkdir -m0755 $pathcomp" 1>&2 mkdir "$pathcomp" || lasterr=$? mkdir -m0755 "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then if test ! -d "$pathcomp"; then errstatus=$lasterr errstatus=$lasterr Loading Loading
mkinstalldirs +2 −2 Original line number Original line Diff line number Diff line Loading @@ -22,9 +22,9 @@ do esac esac if test ! -d "$pathcomp"; then if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" 1>&2 echo "mkdir -m0755 $pathcomp" 1>&2 mkdir "$pathcomp" || lasterr=$? mkdir -m0755 "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then if test ! -d "$pathcomp"; then errstatus=$lasterr errstatus=$lasterr Loading