aboutsummaryrefslogtreecommitdiff
path: root/damb
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-03-08 16:18:11 +0530
committersinanmohd <pcmsinan@gmail.com>2023-03-11 19:05:05 +0530
commit3f2d6a277ed770430aa9c3b0398365a461ea8e3c (patch)
tree68c40dc2090e4a04ee72691acc90150cdf0894c2 /damb
parentf826c6dc0b955fad980939a752cde30d131226d7 (diff)
damb: call main with $@ to avoid future headaches
Diffstat (limited to 'damb')
-rwxr-xr-xdamb2
1 files changed, 1 insertions, 1 deletions
diff --git a/damb b/damb
index 02eea34..b5621ab 100755
--- a/damb
+++ b/damb
@@ -100,4 +100,4 @@ main()
esac
}
-main
+main "$@"