diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 17:42:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 17:42:36 +0000 |
commit | 2bacde9c3b2c44465f7058cb9b4c6e7dc4700ac2 (patch) | |
tree | 8b56f25125b5be6dd05af340e094bb197df7f3bc /Mk/Scripts/check-stagedir.sh | |
parent | de32df923135bbd415900176644d4602881f1f76 (diff) | |
download | ports-2bacde9c3b2c44465f7058cb9b4c6e7dc4700ac2.tar.gz ports-2bacde9c3b2c44465f7058cb9b4c6e7dc4700ac2.zip |
Notes
Diffstat (limited to 'Mk/Scripts/check-stagedir.sh')
-rw-r--r-- | Mk/Scripts/check-stagedir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/check-stagedir.sh b/Mk/Scripts/check-stagedir.sh index bfcd8a4fbc1e..ba105ca1864a 100644 --- a/Mk/Scripts/check-stagedir.sh +++ b/Mk/Scripts/check-stagedir.sh @@ -64,7 +64,7 @@ parse_plist() { esac ;; # Handle [file] Keywords - @info\ *) + @info\ *|@shell\ *) set -- $line shift echo "${comment}${cwd}/$@" |