aboutsummaryrefslogtreecommitdiffstats
path: root/caja/c
diff options
context:
space:
mode:
Diffstat (limited to 'caja/c')
-rwxr-xr-xcaja/c6
1 files changed, 3 insertions, 3 deletions
diff --git a/caja/c b/caja/c
index 88f50b4..fc1f550 100755
--- a/caja/c
+++ b/caja/c
@@ -1,7 +1,7 @@
#!/bin/dash
for i in $(ls /dev/fd/); do
- eval "exec $i>&-"
+ eval "exec $i>&-"
done
exec 0</dev/null
exec 1>/dev/null
@@ -10,7 +10,7 @@ exec 2>/dev/null
if test $# = 0; then
exec caja --no-desktop &
else
- p="$(realpath -- "$*" || printf '%s\n' "$*")"
+ p="$(realpath -- "$*" || printf '%s\n' "$*")"
cd /
- exec caja --no-desktop -- "$p" &
+ exec caja --no-desktop -- "$p" &
fi