From 34decd74a7504ad96f93edcd597c7f873cf9dec9 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 17 Feb 2004 19:50:42 +0000 Subject: [PATCH] strip(1) is not alias-able or function-able for make(1). --- bin/strip | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/strip diff --git a/bin/strip b/bin/strip new file mode 100755 index 0000000..70cf013 --- /dev/null +++ b/bin/strip @@ -0,0 +1,2 @@ +#! /bin/bash +exec passg "$0" "$@" -- 1.8.3.1