aboutsummaryrefslogtreecommitdiff
path: root/bin/pp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pp.sh')
-rw-r--r--bin/pp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pp.sh b/bin/pp.sh
index b472a012..e9c25571 100644
--- a/bin/pp.sh
+++ b/bin/pp.sh
@@ -1,5 +1,5 @@
# Print the full path to each argument; path need not exist
-for arg ; do
+for arg do
case $arg in
/*) path=$arg ;;
*) path=$PWD/$arg ;;