Skip to content

Commit

Permalink
Enhance var call
Browse files Browse the repository at this point in the history
  • Loading branch information
signoredellarete committed Jun 5, 2023
1 parent 5735c59 commit c801c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rename-arw
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
if arw_num=`ls -1|grep ARW|wc -l`; then
if [ ${arw_num} -lt 1 ];then
echo "Error!"
echo "No .ARW file found in this folder: $PWD"
echo "No .ARW file found in this folder: ${PWD}"
usage
exit 1
fi
Expand Down

0 comments on commit c801c40

Please sign in to comment.