Skip to content

Commit

Permalink
-i fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfs-pra committed Mar 5, 2017
1 parent c3750a6 commit cc2cc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-files/usr/bin/mkpfs
Expand Up @@ -78,7 +78,7 @@ done
[ "${userout}" = "" ] && userout="./$(basename $(echo $sourcelist | awk '{print $1}')).pfs"

#1 dir, in place mode
if [ -d "$sourcelist" -a "$inplace" == "yes" ] ;then
if [ -d $sourcelist -a "$inplace" == "yes" ] ;then
eval echo "==== In place mode ====" $devnull
[ ! "`ls $sourcelist`" ] && exitmsg "directory '$sourcelist' empty" 1
mklist $sourcelist && mksqmod $sourcelist "${userout}" && exit 0
Expand Down

0 comments on commit cc2cc8f

Please sign in to comment.